mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Fix missed bolding
Missed to make two headers bold.
This commit is contained in:
parent
ca8085c482
commit
2bf51cd03d
1 changed files with 2 additions and 2 deletions
|
|
@ -427,7 +427,7 @@ Using a VPN is one of the easiest ways to provide secure, full access to your lo
|
|||
- `Endpoint` - The hostname or IP + Port where your WG server is running (you may need to forward this in your firewall's settings)
|
||||
- **Done** - Your clients should now be able to connect to your WG server :) Depending on your networks firewall rules, you may need to port forward the address of your WG server
|
||||
|
||||
#### Example Server Config
|
||||
#### **Example Server Config**
|
||||
|
||||
```ini
|
||||
# Server file
|
||||
|
|
@ -452,7 +452,7 @@ PublicKey = xxx
|
|||
AllowedIps = 10.5.0.25/32,10.21.10.0/24,10.21.20.0/24,10.21.30.0/24,10.31.0.0/24,2001:470:xxxx:xxxx::ca:571e/128
|
||||
```
|
||||
|
||||
#### Example Client Config
|
||||
#### **Example Client Config**
|
||||
|
||||
```ini
|
||||
[Interface]
|
||||
|
|
|
|||
Loading…
Reference in a new issue