mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 05:02:33 +01:00
example-conf: update examples for name resolving
This is tested now. It works fine.
This commit is contained in:
parent
bdadb27466
commit
d1dccf8dcc
@ -60,7 +60,7 @@ servers:
|
|||||||
# name; usually something 3-5 characters should be good.
|
# name; usually something 3-5 characters should be good.
|
||||||
inspnet:
|
inspnet:
|
||||||
# Server IP, port, and passwords. The ip: field also supports resolving
|
# Server IP, port, and passwords. The ip: field also supports resolving
|
||||||
# hostnames, but this is not well tested and thus not recommended.
|
# hostnames.
|
||||||
ip: 127.0.0.1
|
ip: 127.0.0.1
|
||||||
port: 7000
|
port: 7000
|
||||||
recvpass: "abcd"
|
recvpass: "abcd"
|
||||||
@ -199,7 +199,8 @@ servers:
|
|||||||
#games_ident: magicgames
|
#games_ident: magicgames
|
||||||
|
|
||||||
nefarious:
|
nefarious:
|
||||||
ip: 1.2.3.4
|
ip: somenet.ddns.local
|
||||||
|
#ipv6: false
|
||||||
port: 45454
|
port: 45454
|
||||||
recvpass: "recv"
|
recvpass: "recv"
|
||||||
sendpass: "send"
|
sendpass: "send"
|
||||||
|
Loading…
Reference in New Issue
Block a user