mirror of
https://github.com/unman/shaker.git
synced 2025-07-28 00:35:19 -04:00
2 lines
107 B
Bash
2 lines
107 B
Bash
#!/bin/sh
|
|
find /proc/sys/net/ipv4/conf -name "vif*" -exec bash -c 'echo 1 | sudo tee {}/route_localnet' \;
|