Первая версия
This commit is contained in:
9
10-white_ip
Normal file
9
10-white_ip
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
WHITE=/opt/white_ip.sh
|
||||
[ "$INTERFACE" = "wan" ] && {
|
||||
[ "$ACTION" = "ifup" ] && {
|
||||
$WHITE >> /opt/white.log
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user