Disable vscode install on FreeBSD and add new wireguard tunnels to firewall config.
This commit is contained in:
parent
ac57760a53
commit
d8e3e61286
@ -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 }"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- name: Install packages
|
# - name: Install packages
|
||||||
package:
|
# package:
|
||||||
name:
|
# name:
|
||||||
- vscode
|
# - vscode
|
||||||
state: present
|
# state: present
|
||||||
|
Loading…
Reference in New Issue
Block a user