常规更新
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user