Disable vscode install on FreeBSD and add new wireguard tunnels to firewall config.

This commit is contained in:
Tom Alexander 2023-04-20 22:11:42 -04:00
parent ac57760a53
commit d8e3e61286
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ jail_net_v4 = "10.193.223.0/24"
full_nat_v4 = "10.213.177.0/24" full_nat_v4 = "10.213.177.0/24"
dhcp = "{ bootpc, bootps }" dhcp = "{ bootpc, bootps }"
allow = "{ wgf wgh }" allow = "{ wgf wgh drmario colo }"
tcp_pass_in = "{ 22 }" tcp_pass_in = "{ 22 }"
udp_pass_in = "{ 53 51820 }" udp_pass_in = "{ 53 51820 }"

View File

@ -1,5 +1,5 @@
- name: Install packages # - name: Install packages
package: # package:
name: # name:
- vscode # - vscode
state: present # state: present