add proxy.ps2.live
This commit is contained in:
parent
bad1754cb3
commit
1da92c57e2
1 changed files with 6 additions and 1 deletions
|
@ -112,7 +112,12 @@ in rec {
|
|||
};
|
||||
extraConfig = ''
|
||||
deny all;
|
||||
allow 127.0.0.1 100.64.0.0/10 10.0.0.0/8 15.204.161.37 108.238.21.159 162.197.1.49;
|
||||
allow 127.0.0.1;
|
||||
allow 100.64.0.0/10;
|
||||
allow 10.0.0.0/8;
|
||||
allow 15.204.161.37;
|
||||
allow 108.238.21.159;
|
||||
allow 162.197.1.49;
|
||||
'';
|
||||
} // defaultConfig;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue