mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
fix: header
This commit is contained in:
parent
14a94bd8bc
commit
a818172444
|
@ -66,6 +66,8 @@ class Parser:
|
|||
self.input_peer.append(current_peer)
|
||||
|
||||
def compile_interface(self):
|
||||
self.result_interface.append('[Interface]')
|
||||
|
||||
# compile interface
|
||||
for line in self.input_interface:
|
||||
if line.startswith('ListenPort'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user