Add hosts
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
{
|
||||
hosts = ''
|
||||
203.0.113.1 example.com
|
||||
'';
|
||||
|
||||
iptables = ''
|
||||
# vpn with default interface name (tun/tap)
|
||||
iptables -A OUTPUT -d 192.0.2.15 -j ACCEPT
|
||||
|
Reference in New Issue
Block a user