one weird trick to circumvent network filtering set up by people that haven’t used a computer in 20 years
This commit is contained in:
parent
02d00bd4a5
commit
d4e29cd6f0
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@
|
|||
iptables -A FORWARD -i br0 -j ACCEPT
|
||||
iptables -t nat -A POSTROUTING -o enp1s0f0u4 -s 192.168.2.0/24 -j MASQUERADE
|
||||
'';
|
||||
networking.interfaces.enp1s0f0u4.macAddress = "00:d8:61:d0:de:1e"; # fucking ISP
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue