Open up more ports for various adguard DNS options.
This commit is contained in:
parent
e2ab880749
commit
573295a717
1 changed files with 8 additions and 0 deletions
|
@ -45,12 +45,20 @@
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
53
|
53
|
||||||
67
|
67
|
||||||
|
443
|
||||||
|
784
|
||||||
|
853
|
||||||
|
5443
|
||||||
|
8853
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
53
|
53
|
||||||
67
|
67
|
||||||
|
68
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
|
853
|
||||||
|
5443
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue