1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/XAdES/XAdESclient.cfg
2015-01-23 17:24:36 +01:00

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
}