feat(tazjin/polyanka): Reenable firewall
This will be needed for manual NAT configuration in the next step. Change-Id: I466265f436377e128416ea9a4b8017d78bd1ddd0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5383 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
fb5f21067e
commit
c5306ec8ba
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
|||
defaultGateway = "159.253.30.1";
|
||||
defaultGateway6.address = "2a02:750:7:3305::1";
|
||||
|
||||
firewall.enable = false;
|
||||
firewall.enable = true;
|
||||
|
||||
nameservers = [
|
||||
"79.99.4.100"
|
||||
|
|
Loading…
Reference in a new issue