home
-
all
|
technology
-
piracy
-
linux
-
memes
-
asklemmy
-
selfhosted
-
world
-
technology
-
nostupidquestions
-
mildlyinfuriating
-
technology
-
youshouldknow
-
games
-
programmerhumor
-
worldnews
-
privacy
-
opensource
-
gaming
-
showerthoughts
-
fediverse
-
more ยป
log in
or
sign up
|
settings
Torro@programming.dev
overview
How can I prevent my PC from connecting to the internet without a VPN connection?
in
c/linux4noobs@programming.dev
[-]
Torro@programming.dev
1 points
6 months ago
iptables -I OUTPUT -o $NIC_IF ! -d $VPN_REMOTE -j DROP
permalink
fedilink
source
Torro
joined 1 year ago
iptables -I OUTPUT -o $NIC_IF ! -d $VPN_REMOTE -j DROP