常规更新

This commit is contained in:
2026-07-15 13:37:38 +08:00
parent 5588a37464
commit 8aa4479c21
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
mixed-port: 7897 mixed-port: 7897
allow-lan: true allow-lan: false
bind-address: "*" bind-address: "*"
mode: rule mode: rule
log-level: info log-level: info
+1 -1
View File
@@ -49,7 +49,7 @@ int main() {
#endif #endif
auto yml_dir = get_executable_dir() + "/../yml"; auto yml_dir = get_executable_dir() + "/../yml";
auto origin_yaml_path = yml_dir + "/origin.yaml"; auto origin_yaml_path = yml_dir + "/origin.yaml";
if (true) { if (false) {
std::string token = "9e314637568476bc4cfbd0a8d9799d0f"; std::string token = "9e314637568476bc4cfbd0a8d9799d0f";
write_file_content(origin_yaml_path, fetch_config_yml(token)); write_file_content(origin_yaml_path, fetch_config_yml(token));
} }
+1 -1
View File
@@ -1,5 +1,5 @@
mixed-port: 7897 mixed-port: 7897
allow-lan: true allow-lan: false
bind-address: '*' bind-address: '*'
mode: rule mode: rule
log-level: info log-level: info