xtunnels.cfg
来自「xtunnel nat/fw traversal source code」· CFG 代码 · 共 29 行
CFG
29 行
# xtunnels.cfg -- configuration file for xtunnels server# must have UNIX line breaks# must include this set to true to enable x-cipher functionalityxcipherenabled=truexcipherglobal=_xcipherglobal._tcp.test.xten.netxcipherhost=alex.xcipher.netxcipherpassword=asdfgh# must include line for port to listen on -- 13838 is standardlistenport=13838# this may be set to anything up to the compiled kMaximumClientsmaxclients=1000# database access parameters -- open to all anonymous if empty# for deployment#host=localhost# for testing at Xtenhost=127.0.0.1port=5432user=xtunnelspassword=dbname=xtunnels# see XTunnelsNotes.doc for access procedures# configuration file must end with blank line
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?