📄 xtunnels.cfg
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -