This file is indexed.

/etc/arno-iptables-firewall/plugins/transparent-dnat.conf is in arno-iptables-firewall 2.0.1.f-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# ------------------------------------------------------------------------------
#           -= Arno's iptables firewall - Transparent DNAT plugin =-
# ------------------------------------------------------------------------------

# To actually enable this plugin make ENABLED=1:
# ------------------------------------------------------------------------------
ENABLED=0

# Specify here the internal IP of this host (the IP that will be redirected TO)
# ------------------------------------------------------------------------------
DNAT_MY_INTERNAL_IP=""

# Specify here the external IP (the IP that will be redirected FROM)
# ------------------------------------------------------------------------------
DNAT_MY_EXTERNAL_IP=""

# Specify here the ports you want to enable transparent DNAT for (multiple ports comma separated)
# ------------------------------------------------------------------------------
DNAT_TCP_PORTS=""
DNAT_UDP_PORTS=""