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 = [
|
||||
53
|
||||
67
|
||||
443
|
||||
784
|
||||
853
|
||||
5443
|
||||
8853
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
53
|
||||
67
|
||||
68
|
||||
80
|
||||
443
|
||||
853
|
||||
5443
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue