Skip to content

Commit

Permalink
make dhcp cpi and auth bypass default disable
Browse files Browse the repository at this point in the history
Signed-off-by: staylightblow8 <[email protected]>
  • Loading branch information
liudf0716 committed Nov 26, 2023
1 parent 38f2313 commit 7e338ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ config_init(void)
config.mqtt_server = mqtt_server;

config.fw4_enable = 1;
config.bypass_auth_enable = 1;
config.dhcp_cpi_enable = 1;
config.bypass_auth_enable = 0;
config.dhcp_cpi_enable = 0;

debugconf.log_stderr = 1;
debugconf.debuglevel = DEFAULT_DEBUGLEVEL;
Expand Down

0 comments on commit 7e338ee

Please sign in to comment.