mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04: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' \;
|