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