wapserver.properties

来自「RemoteWAP is a Remote Administration Too」· PROPERTIES 代码 · 共 51 行

PROPERTIES
51
字号
            ____                      _     __        ___    ____
           |  _ \ ___ _ __ ___   ___ | |_ __\ \      / / \  |  _ \
           | |_) / _ \ '_ ` _ \ / _ \| __/ _ \ \ /\ / / _ \ | |_) |
           |  _ <  __/ | | | | | (_) | ||  __/\ V  V / ___ \|  __/
           |_| \_\___|_| |_| |_|\___/ \__\___| \_/\_/_/   \_\_|




	[-------------------- Server Bind Port --------------------]
	[   Please enter the port number that you wish the server  ]
	[         to listen for incoming connections on.           ]
	[        						   						   ]
	[         Example : http://localhost:YourPortNumber.       ]
	[----------------------------------------------------------]


Port=8765


	[------------------ Path To Server Logs -------------------]
	[    Is is where you enter the path to where the server    ]
	[    logs will be stored. The default path is fine.        ]
	[----------------------------------------------------------]


LogPath=logs


	[----------------- Mobile Phone Passcode ------------------]
	[    This is the Passcode that you use to login into the   ]
	[    server via a mobile phone                             ]
	[----------------------------------------------------------]


Passcode=12345


	[----------------- Display Splash Screen ------------------]
	[   If you wish to disable the splash screen please change ]
	[   the following property. 						       ]
	[								 						   ]
    [ 				1 = Show Splash Screen                     ]
	[----------------------------------------------------------]


Splash=1



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?