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

This commit is contained in:
Dionysus 2023-05-07 20:04:39 -04:00
parent 8eaca168b3
commit d1e225211e
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 2 additions and 2 deletions

View File

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