mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
otgnet: changed default ip range to 172.30.30.0/24
This commit is contained in:
@@ -590,7 +590,7 @@ def _get_config_scheme() -> dict:
|
|||||||
|
|
||||||
"otgnet": {
|
"otgnet": {
|
||||||
"iface": {
|
"iface": {
|
||||||
"net": Option("169.254.0.0/28", type=functools.partial(valid_net, v6=False)),
|
"net": Option("172.30.30.0/24", type=functools.partial(valid_net, v6=False)),
|
||||||
"ip_cmd": Option(["/usr/bin/ip"], type=valid_command),
|
"ip_cmd": Option(["/usr/bin/ip"], type=valid_command),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user