's'
This commit is contained in:
16
live-platform/config/defaults/network.json
Normal file
16
live-platform/config/defaults/network.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"wifi": {
|
||||
"enabled": true,
|
||||
"connection_name": "live-wifi",
|
||||
"ssid": "live",
|
||||
"psk": "12345678"
|
||||
},
|
||||
"ipv6": {
|
||||
"disable": true
|
||||
},
|
||||
"android_proxy": {
|
||||
"mode": "gateway_optional",
|
||||
"description": "可选透明网关或 ShellCrash 规则;具体由 ShellCrash 与 network 脚本实现"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user