diff --git a/src/conf.h b/src/conf.h index f40597e..63c7ff3 100644 --- a/src/conf.h +++ b/src/conf.h @@ -62,8 +62,8 @@ #define DEFAULT_STATUSPATH "/usr/lib/opennds/client_params.sh" #define DEFAULT_LOG_MOUNTPOINT "/tmp" #define DEFAULT_MAX_PAGE_SIZE "10240" -#define DEFAULT_FASPORT "0" -#define DEFAULT_LOGIN_OPTION_ENABLED "0" +#define DEFAULT_FASPORT "443" +#define DEFAULT_LOGIN_OPTION_ENABLED "1" #define DEFAULT_MAX_LOG_ENTRIES "100" #define DEFAULT_USE_OUTDATED_MHD "0" #define DEFAULT_ALLOW_PREEMPTIVE_AUTHENTICATION "1"