mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
fix gost port expose mode
This commit is contained in:
parent
1c422ece12
commit
36fbd4942e
|
@ -274,7 +274,7 @@ class Parser:
|
|||
tunnel_port = parts[1]
|
||||
|
||||
self.add_gost_server(tunnel_port)
|
||||
self.add_expose(tunnel_port)
|
||||
self.add_expose(tunnel_port, mode='tcp')
|
||||
elif line.startswith('#gost-client '):
|
||||
parts = line.split(' ')[1:]
|
||||
tunnel_name = parts[0]
|
||||
|
|
Loading…
Reference in New Issue
Block a user