mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
15 lines
494 B
INI
15 lines
494 B
INI
## -----------------------------------------------------------------------------
|
|
## client - configuration parameters
|
|
## -----------------------------------------------------------------------------
|
|
## ENABLE_IPV6 flag to indicate use of ipv6
|
|
## SERVER host name or ip address for server
|
|
## PORT port number for the server
|
|
## -----------------------------------------------------------------------------
|
|
|
|
client {
|
|
|
|
## ENABLE_IPV6 no
|
|
SERVER 10.30.1.131
|
|
PORT 4433
|
|
}
|