mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +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": {
|
||||
"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),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user