1
0
mirror of https://github.com/Wind4/vlmcsd synced 2025-12-22 16:56:24 +00:00

vlmcsd-svn906-2016-06-05-Hotbird64

This commit is contained in:
Wind4
2016-06-06 10:36:00 +08:00
parent 1c86f7a6bf
commit c479a67c2c
55 changed files with 5728 additions and 21773 deletions

View File

@@ -22,19 +22,23 @@
# Use custom TCP port
# Command line: -P
# ***The Port directive only works if vlmcsd was compiled to use MS RPC
# ***The Port directive only works if vlmcsd was compiled to use MS RPC or simple sockets
# ***Use Listen otherwise
;Port = 1688
;Port = 1234
# Listen on all IPv4 addresses (default port 1688)
# Command line: -L (and compatibility options -4, -6, -P)
# Does not work with MS RPC, use Port=
# Command line: -L
# Does not work with MS RPC or simple sockets, use Port=
;Listen = 0.0.0.0:1688
# Listen on all IPv6 addresses (default port 1688)
# Command line: -L (and compatibility options -4, -6, -P)
# Command line: -L
;Listen = [::]:1688
# Allow binding to foreign IP addresses
# Command line: -F0 and -F1
;FreeBind = true
# Randomize ePIDs at program start up (only those that are not explicitly specified)
# Command line: -r
;RandomizationLevel = 1
@@ -84,9 +88,9 @@
;group = vlmcsdgroup
# Disable or enable the NDR64 transfer syntax in RPC (default enabled)
# Command line: -n
# Command line: -N0 and -B1
;UseNDR64 = true
# Disable or enable bind time feature negotiation in RPC (default enabled)
# Command line: -b
# Command line: -B0 and -B1
;UseBTFN = true