view doc/single_host/freeDiameter-2.conf @ 1493:a89913941dcf

extensions: hide symbols by default Hide extension.fdx symbols by default, by setting the target property <LANG>C_VISIBILITY_PRESET hidden. This requires cmake 2.8+ Explicitly export fd_ext_init() and fd_ext_fini(), using gcc or clang's __attribute__((visibility()))
author Luke Mewburn <luke@mewburn.net>
date Mon, 30 Mar 2020 15:31:48 +1100
parents 36caa2c02d1e
children
line wrap: on
line source

# -------- Test configuration ---------

Identity = "peer2.localdomain";
Realm = "localdomain";
Port = 30868;
SecPort = 30869;

TLS_Cred = "peer2.cert.pem",
	   "peer2.key.pem";
TLS_CA = "cacert.pem";

LoadExtension = "extensions/test_app.fdx" : "test_app2.conf";

ConnectPeer = "peer1.localdomain" { ConnectTo = "127.0.0.1"; No_TLS; };

"Welcome to our mercurial repository"