Commit f6ce39ca authored by nanahira's avatar nanahira

fix

parent 75f84466
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
vars: vars:
conn: '{{item}}' conn: '{{item}}'
with_items: '{{ connections }}' with_items: '{{ connections }}'
- name: 'frps'
include_tasks: 'protocols/wgfrp/frps.yaml'
when: 'frps_needed is defined'
# - name: 安装软件包 (apt) # - name: 安装软件包 (apt)
# apt: # apt:
......
[common] [common]
bind_port = {{frp_port}} bind_port = {{frps_port}}
token = {{frp_token}} token = {{frp_token}}
tcp_mux = true tcp_mux = true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment