1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/rinetd/data/rinetd.conf

31 lines
902 B
Plaintext
Raw Normal View History

2018-02-06 10:08:53 +00:00
#
# this is the configuration file for rinetd, the internet redirection server
#
# you may specify global allow and deny rules here
# only ip addresses are matched, hostnames cannot be specified here
# the wildcards you may use are * and ?
#
# allow 192.168.2.*
# deny 192.168.2.1?
#
# forwarding rules come here
#
# you may specify allow and deny rules after a specific forwarding rule
# to apply to only that forwarding rule
#
# bindadress bindport connectaddress connectport options...
# 0.0.0.0 80 192.168.1.2 80
# 127.0.0.1 4000 127.0.0.1 3000
# 127.0.0.1 4000/udp 127.0.0.1 22 [timeout=1200]
# 127.0.0.1 8000/udp 192.168.1.2 8000/udp [src=192.168.1.2,timeout=1200]
2018-02-06 10:21:49 +00:00
127.0.0.1 5353/udp 8.8.8.8 53/udp
2018-02-06 10:08:53 +00:00
# logging information
logfile /dev/stdout
# uncomment the following line if you want web-server style logfile format
2018-02-06 10:21:49 +00:00
logcommon