Первая версия

This commit is contained in:
2021-09-13 23:03:27 +03:00
parent cadb87426e
commit 7f6fe16ec9
3 changed files with 52 additions and 1 deletions

9
10-white_ip Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
WHITE=/opt/white_ip.sh
[ "$INTERFACE" = "wan" ] && {
[ "$ACTION" = "ifup" ] && {
$WHITE >> /opt/white.log
}
}