lxc-iptag/lxc-iptag.conf
2025-04-10 18:26:39 +08:00

23 lines
687 B
Plaintext

# The first three are RFC1918 addresses which should be used inside your local network.
# The last one is the RFC6598 address pool (CGNAT) used for ISPs to allocate to networks
# without allocating all the routers public IP addresses. It has also been used by a lot
# of VPN services for their internal addressing (e.g. Tailscale, Netbird).
CIDR_LIST=(
192.168.0.0/16
172.16.0.0/12
10.0.0.0/8
100.64.0.0/10
)
LOOP_INTERVAL=60
FW_NET_INTERFACE_CHECK_INTERVAL=60
LXC_STATUS_CHECK_INTERVAL=-1
FORCE_UPDATE_INTERVAL=1800
# Exclusion list for IPs or container IDs
EXCLUSION_LIST=(
# Add IPs or container IDs here
# Example:
# 192.168.1.100
# container_id_1
)