mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
# set default route
|
|
/sbin/route add default gw $IPREMOTE
|
|
|