Added support for configuring certificate and key files.
[cascardo/rnetproxy.git] / popproxy.conf
index b75282b..d93b0eb 100644 (file)
@@ -1,4 +1,7 @@
 [global]
 
 address = 0.0.0.0
-port = 110
+port = 1100
+server = 127.0.0.1
+certfile = "cert.pem"
+keyfile = "key.pem"