shaker/dnscrypt/internalise.sh
2025-03-20 12:06:44 +00:00

3 lines
107 B
Bash

#!/bin/sh
find /proc/sys/net/ipv4/conf -name "vif*" -exec bash -c 'echo 1 | sudo tee {}/route_localnet' \;