summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-14 05:03:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-14 05:03:35 +0000
commit3acf72fae92831ad4d3e5699ae9ac4d2388ec252 (patch)
tree687c2c655e098545491b73d2c97abca5e5ffe33d /etc
parent77cdcbade17ad2633973a3eaa349185bd0a44f0c (diff)
downloadpfsense-3acf72fae92831ad4d3e5699ae9ac4d2388ec252.zip
pfsense-3acf72fae92831ad4d3e5699ae9ac4d2388ec252.tar.gz
* Add tftp proxy
* Add inetd file (will need to update reflection code as well)
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf1
-rw-r--r--etc/services1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
new file mode 100644
index 0000000..0ff37ae
--- /dev/null
+++ b/etc/inetd.conf
@@ -0,0 +1 @@
+tftp-proxy dgram udp wait root /usr/libexec/tftp-proxy tftp-proxy \ No newline at end of file
diff --git a/etc/services b/etc/services
index c9a20c7..8a1baa9 100644
--- a/etc/services
+++ b/etc/services
@@ -134,6 +134,7 @@ bootpc 68/tcp dhcpc #Bootstrap Protocol Client
bootpc 68/udp dhcpc #Bootstrap Protocol Client
tftp 69/tcp #Trivial File Transfer
tftp 69/udp #Trivial File Transfer
+tftp-proxy 6969/udp
gopher 70/tcp
gopher 70/udp
netrjs-1 71/tcp #Remote Job Service
OpenPOWER on IntegriCloud