mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2026-01-01 22:28:57 +03:00
v1.1. mod_public_ip: public-ip-script
This commit is contained in:
@@ -38,6 +38,7 @@ config instance 'internet'
|
||||
option mod_public_ip_qtype '0'
|
||||
option mod_public_ip_interval '600'
|
||||
option mod_public_ip_timeout '3'
|
||||
option mod_public_ip_enable_ip_script '0'
|
||||
option mod_email_enabled '0'
|
||||
option mod_email_alive_period '0'
|
||||
option mod_email_mail_smtp 'smtp.gmail.com'
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Shell commands that run when the public IP address changes.
|
||||
# New IP is available as value of the $PUBLIC_IP variable.
|
||||
Reference in New Issue
Block a user