mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
patch admin parser
This commit is contained in:
parent
6aaeb12265
commit
a3ac6550df
1
admin.py
1
admin.py
|
@ -149,6 +149,7 @@ class Config:
|
||||||
parser.parse(raw_content)
|
parser.parse(raw_content)
|
||||||
parser.compile_interface()
|
parser.compile_interface()
|
||||||
parser.compile_peers()
|
parser.compile_peers()
|
||||||
|
parser.compile_final()
|
||||||
return parser.get_result()
|
return parser.get_result()
|
||||||
|
|
||||||
def ui_create_interface(self, interface_name):
|
def ui_create_interface(self, interface_name):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user