Revert old default values

d9bb5e6b1ff17bccd8e3145a91f6c0e10a0267a7

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +4 -4Showing whitespace changes
default/config.yaml+2 -2
@@ -10,8 +10,8 @@ listen: false
1010# - Use option "auto" to automatically detect support
1111# - Use true or false (no qoutes) to enable or disable each protocol
1212protocol:
1313 ipv4: autotrue
1414 ipv6: autofalse
1515# Prefers IPv6 for DNS. Enable this on ISPs that don't have issues with IPv6
1616dnsPreferIPv6: false
1717# The hostname that autorun opens.
server.js+2 -2
@@ -137,8 +137,8 @@ const DEFAULT_CSRF_DISABLED = false;
137137const DEFAULT_BASIC_AUTH = false;
138138const DEFAULT_PER_USER_BASIC_AUTH = false;
139139
140140const DEFAULT_ENABLE_IPV6 = 'auto'false;
141141const DEFAULT_ENABLE_IPV4 = 'auto'true;
142142
143143const DEFAULT_PREFER_IPV6 = false;
144144