use random ports for homeserver so it IGD doesn't collide with devices with default port
This commit is contained in:
parent
5bea98a37f
commit
b13ef98eff
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
wg = {
|
||||
enabled = true;
|
||||
pubkey = "Fknzk7lltkPKJZlF3KXWKGQXXSj7CUD9ev0ZEZtpbjY=";
|
||||
port_v4 = 56052;
|
||||
port_v6 = 1;
|
||||
};
|
||||
IPv4 = {
|
||||
public = "78.47.226.47";
|
||||
|
|
Loading…
Reference in a new issue