mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
otgnet: changed default ip range to 172.30.30.0/24
This commit is contained in:
parent
f34685d91f
commit
a0fba08d4e
@ -590,7 +590,7 @@ def _get_config_scheme() -> dict:
|
||||
|
||||
"otgnet": {
|
||||
"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),
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user