Skip to content

Commit b0b4665

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-438: change request with no subject merged in GitBook
1 parent 863e5d6 commit b0b4665

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
## In depth
124124

125125
* [Architecture Decision Records](in-depth/architecture-decision-records/README.md)
126-
* [1.5](in-depth/architecture-decision-records/1.5.md)
127126
* [1.4](in-depth/architecture-decision-records/1.4.md)
128127
* [1.3](in-depth/architecture-decision-records/1.3.md)
129128
* [Pre-1.3](in-depth/architecture-decision-records/pre-1.3.md)

admin-and-features/access-control-list/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Defguard does not track rule application status per location. In the event of ne
6363
Use the **Deploy pending changes** button to apply all the rules from **Pending Changes** section.
6464

6565
{% hint style="info" %}
66-
### Batch rule application
66+
#### Batch rule application
6767

6868
Defguard’s ACL functionality is designed to allow users to apply access control rules in batches. This approach minimizes the risk of transient network issues that could occur when deploying rules individually. By grouping changes and deploying them together, the system reduces the likelihood of connectivity hiccups or firewall disruptions.
6969
{% endhint %}
@@ -135,7 +135,7 @@ Access Control List (ACL) rules in Defguard are used to manage **who can access
135135
* At least one "allowed" source must always be specified - this defines who gets access.
136136
* Optionally, you can **exclude** specific users, groups, or devices using the "denied" section.
137137
* You can use this combination to create flexible rules, such as:\
138-
&#xNAN;_Allow everyone in the “Remote Workers” group except a few individuals access specific office network._
138+
\&#xNAN;_Allow everyone in the “Remote Workers” group except a few individuals access specific office network._
139139

140140
This setup helps controlling access clearly and safely without worrying about lower-level network and firewall behavior.
141141

admin-and-features/wireguard/create-your-vpn-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ It's a name that will be visible both on the UI, but also in the desktop client
2828

2929
### Gateway VPN IP addresses and masks
3030

31-
By providing the VPN IPs/masks, you are configuring both: **the VPN internal networks and VPN server IPs**. Every gateway will bind to these addresses and Defguard will also generate and assign IP addresses for devices in this location from these networks. 
31+
By providing the VPN IPs/masks, you are configuring both: **the VPN internal networks and VPN server IPs**. Every gateway will bind to these addresses and Defguard will also generate and assign IP addresses for devices in this location from these networks.
3232

3333
This field can contain multiple IP addresses (both IPv4 and IPv6), separated by a comma (e.g. `10.10.20.1/24,fc00::abcd:0:1/96`).
3434

3535
{% hint style="info" %}
36-
## Dual-stack VPN networks
36+
### Dual-stack VPN networks
3737

3838
Defguard supports dual-stack VPN networks, allowing simultaneous assignment of both IPv4 and IPv6 addresses to clients. Each VPN network can include multiple IPv4 and IPv6 subnets, and connected clients will automatically receive one address from each defined subnet. This enables seamless communication over both IP versions within a single VPN session.
3939
{% endhint %}

in-depth/architecture-decision-records/1.5.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

in-depth/architecture-decision-records/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
description: >-
3-
This module contains [Architecture Decision
4-
Records](https://github.com/joelparkerhenderson/architecture-decision-record)
5-
for Defguard.
2+
description: What are Defguard's Architecture Decision Records?
63
---
74

85
# Architecture Decision Records
96

10-
Architecture Decision Records (ADRs) are concise documents that capture important architectural decisions made during the lifecycle of a software system.
7+
[Architecture Decision Records](https://github.com/joelparkerhenderson/architecture-decision-record) (ADRs) are concise documents that capture important architectural decisions made during the lifecycle of a software system.
118

129
Each ADR focuses on a single decision, detailing the context, the decision itself, the alternatives considered, and the consequences of the chosen approach. They are critical for maintaining architectural clarity, especially in complex or long-lived projects where decisions can outlast the original developers.
1310

0 commit comments

Comments
 (0)