mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-13 10:34:29 +05:00
Fix examples
This commit is contained in:
10
README.md
10
README.md
@@ -81,6 +81,16 @@ Sing-box, stubby, Russia
|
||||
tunnel: singbox
|
||||
dns_encrypt: stubby
|
||||
country: russia-inside
|
||||
|
||||
tasks:
|
||||
- name: sing-box config
|
||||
template:
|
||||
src: "templates/openwrt-sing-box-json.j2"
|
||||
dest: "/etc/sing-box/config.json"
|
||||
mode: 0644
|
||||
notify:
|
||||
- Restart sing-box
|
||||
- Restart network
|
||||
```
|
||||
|
||||
В inventory файле роутер обязательно должен быть в группе `[openwrt]`
|
||||
|
||||
Reference in New Issue
Block a user