Use the new official IANA-allocated port number 4070.
[tripe] / init / tripe.conf
index 8105a2a..19f061b 100644 (file)
 # packets from the named address.  The latter is probably more useful.
 # addr=MYHOST
 
-# The UDP port you want tripe to use.  I've chosen 22003 which isn't reserved
-# in any way.  I chose it because it's the first two bytes of the RIPEMD-160
-# hash of the string `TrIPE'.  If you don't set a port, tripe gets the kernel
-# to choose a port it's not using right now, and you have to dig it out by
-# saying `tripectl port'.
-# port=22003
+# The UDP port you want tripe to use.  The default is 4070, which is
+# officially allocated by the IANA.  If you explicitly specify port 0
+# then tripe gets the kernel to choose a port it's not using right now,
+# and you have to dig it out by saying `tripectl port'.
+# port=4070
 
 # The tunnel device you want tripe to use.  The default is to use a system-
 # specific device, if there's one compiled in, or SLIP if not.