disabled ipv6 & ssl (will enable via deploy-tool)

This commit is contained in:
2023-05-07 20:04:39 -04:00
parent 8eaca168b3
commit d1e225211e

View File

@@ -5,8 +5,8 @@ define {
uplink {
host = "REDACTED"
ipv6 = yes
ssl = yes
ipv6 = no
ssl = no
port = REDACTED
password = "REDACTED"
}