mirror of
https://github.com/unman/shaker.git
synced 2024-12-17 19:54:20 -05:00
3 lines
107 B
Bash
3 lines
107 B
Bash
|
#!/bin/sh
|
||
|
find /proc/sys/net/ipv4/conf -name "vif*" -exec bash -c 'echo 1 | sudo tee {}/route_localnet' \;
|