Fix: generator

This commit is contained in:
Kirigaya Kazuto 2021-09-11 08:30:27 +00:00
parent 1ece82c328
commit e73a8af70c

View File

@ -92,7 +92,7 @@ PostUp=sysctl net.ipv4.tcp_congestion_control=bbr
cache_config.append("PostUp={} new-window -t tunnel -d '{} --conf-file {}'".format(tmux_path, bin_tunnel, filepath)) cache_config.append("PostUp={} new-window -t tunnel -d '{} --conf-file {}'".format(tmux_path, bin_tunnel, filepath))
for server_info in udp_servers: for server_info in udp_servers:
speeder_info = client_info["speeder"] speeder_info = server_info["speeder"]
if speeder_info: if speeder_info:
# RawTunnel => Speeder => WG # RawTunnel => Speeder => WG