Revert old default values
| @@ -10,8 +10,8 @@ listen: false | |||
| 10 | # - Use option "auto" to automatically detect support | 10 | # - Use option "auto" to automatically detect support |
| 11 | # - Use true or false (no qoutes) to enable or disable each protocol | 11 | # - Use true or false (no qoutes) to enable or disable each protocol |
| 12 | protocol: | 12 | protocol: |
| 13 | ipv4: auto | 13 | ipv4: true |
| 14 | ipv6: auto | 14 | ipv6: false |
| 15 | # Prefers IPv6 for DNS. Enable this on ISPs that don't have issues with IPv6 | 15 | # Prefers IPv6 for DNS. Enable this on ISPs that don't have issues with IPv6 |
| 16 | dnsPreferIPv6: false | 16 | dnsPreferIPv6: false |
| 17 | # The hostname that autorun opens. | 17 | # The hostname that autorun opens. |
| @@ -137,8 +137,8 @@ const DEFAULT_CSRF_DISABLED = false; | |||
| 137 | const DEFAULT_BASIC_AUTH = false; | 137 | const DEFAULT_BASIC_AUTH = false; |
| 138 | const DEFAULT_PER_USER_BASIC_AUTH = false; | 138 | const DEFAULT_PER_USER_BASIC_AUTH = false; |
| 139 | 139 | ||
| 140 | const DEFAULT_ENABLE_IPV6 = 'auto'; | 140 | const DEFAULT_ENABLE_IPV6 = false; |
| 141 | const DEFAULT_ENABLE_IPV4 = 'auto'; | 141 | const DEFAULT_ENABLE_IPV4 = true; |
| 142 | 142 | ||
| 143 | const DEFAULT_PREFER_IPV6 = false; | 143 | const DEFAULT_PREFER_IPV6 = false; |
| 144 | 144 | ||