This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt-owl
mirror of
https://github.com/hak5/openwrt-owl.git
Watch
1
Star
0
Fork
You've already forked openwrt-owl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5824225005
openwrt-owl
/
openwrt
/
package
/
srelay
/
files
/
srelay.init
6 lines
81 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
-f /etc/srelay.conf
]
;
then
srelay -c /etc/srelay.conf -r -s
fi
Reference in New Issue
View Git Blame
Copy Permalink