mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-11 07:51:54 +00:00
moxbox init
This commit is contained in:
3
apps/pptpd/scripts/ip-down
Normal file
3
apps/pptpd/scripts/ip-down
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
grep -v $1 /tmp/pptp_connected > /tmp/pptp_connected.new
|
||||
mv /tmp/pptp_connected.new /tmp/pptp_connected
|
||||
Reference in New Issue
Block a user