常规更新
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
mixed-port: 7897
|
||||
allow-lan: true
|
||||
allow-lan: false
|
||||
bind-address: "*"
|
||||
mode: rule
|
||||
log-level: info
|
||||
|
||||
@@ -49,7 +49,7 @@ int main() {
|
||||
#endif
|
||||
auto yml_dir = get_executable_dir() + "/../yml";
|
||||
auto origin_yaml_path = yml_dir + "/origin.yaml";
|
||||
if (true) {
|
||||
if (false) {
|
||||
std::string token = "9e314637568476bc4cfbd0a8d9799d0f";
|
||||
write_file_content(origin_yaml_path, fetch_config_yml(token));
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
mixed-port: 7897
|
||||
allow-lan: true
|
||||
allow-lan: false
|
||||
bind-address: '*'
|
||||
mode: rule
|
||||
log-level: info
|
||||
|
||||
Reference in New Issue
Block a user