"Fossies" - the Fresh Open Source Software Archive 
Member "aif-2.1.1/etc/arno-iptables-firewall/plugins/dyndns-host-open.conf" (16 Sep 2020, 1210 Bytes) of package /linux/privat/aif-2.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic config files source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "dyndns-host-open.conf":
2.0.3_vs_2.1.0.
1 # ------------------------------------------------------------------------------
2 # -= Arno's Iptables Firewall(AIF) - DynDNS Host Open plugin =-
3 # ------------------------------------------------------------------------------
4
5 # To actually enable this plugin make ENABLED=1:
6 # ------------------------------------------------------------------------------
7 ENABLED=0
8
9 # Specify here the time(s) in minutes between executes of the helper script
10 # (leave default if you don't know what it is).
11 # ------------------------------------------------------------------------------
12 DYNDNS_HOST_OPEN_TIME="15"
13
14 # Put in the following variables which (dyndns) hosts (names) you want to allow
15 # for certain services.
16 # TCP/UDP port format (DYNDNS_HOST_OPEN_TCP & DYNDNS_HOST_OPEN_UDP):
17 # "host1,host2~port1,port2 host3,host4~port3,port4 ..."
18 #
19 # IP protocol format (DYNDNS_HOST_OPEN_IP):
20 # "host1,host2~proto1,proto2 host3,host4~proto4,proto4 ..."
21 #
22 # ICMP protocol format (DYNDNS_HOST_OPEN_ICMP):
23 # "host1 host2 ...."
24 # ------------------------------------------------------------------------------
25 DYNDNS_HOST_OPEN_TCP=""
26 DYNDNS_HOST_OPEN_UDP=""
27 DYNDNS_HOST_OPEN_IP=""
28 DYNDNS_HOST_OPEN_ICMP=""