mirror of
https://github.com/angolo40/mikrocata2selks.git
synced 2025-06-07 20:47:22 +00:00
edit mikrocata.py
This commit is contained in:
parent
75e806c358
commit
5a75976ae0
@ -44,7 +44,7 @@ enable_telegram = False
|
|||||||
# (don't leave empty string)
|
# (don't leave empty string)
|
||||||
WAN_IP = "yourpublicip"
|
WAN_IP = "yourpublicip"
|
||||||
LOCAL_IP_PREFIX = "192.168."
|
LOCAL_IP_PREFIX = "192.168."
|
||||||
WHITELIST_IPS = (WAN_IP, LOCAL_IP_PREFIX, "127.0.0.1", "")
|
WHITELIST_IPS = (WAN_IP, LOCAL_IP_PREFIX, "127.0.0.1", "1.1.1.1", "8.8.8.8")
|
||||||
COMMENT_TIME_FORMAT = "%-d %b %Y %H:%M:%S.%f" # See datetime strftime formats.
|
COMMENT_TIME_FORMAT = "%-d %b %Y %H:%M:%S.%f" # See datetime strftime formats.
|
||||||
|
|
||||||
# Save Mikrotik address lists to a file and reload them on Mikrotik reboot.
|
# Save Mikrotik address lists to a file and reload them on Mikrotik reboot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user