소스 검색

update README

tags/v2.1.1
Maximilian Eschenbacher 5 년 전
부모
커밋
f43f533c78
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. +19
    -0
      README.md

+ 19
- 0
README.md 파일 보기

@@ -27,6 +27,25 @@ All configuration is done via pillar data. See `pillar.example` for examples.
This means in particular, that you do not have to use any of the following
states youself.

Some keys can be present in the config file multiple times. To do this, you can
start a list under a key. If the configuration format allows a single comma
separated string for the respective key, they all will appear in the config
file.
```
wireguard:
interfaces:
wgtest:
config:
DNS:
- 8.8.8.8
- 1.1.1.1
DNS: 9.9.9.9, 1.0.0.1
Address: fe80::1, fe80::2
Address:
- fe80::3
- fe80::4
```

# Available states

No states. Include `wireguard` in the top.sls file.

Loading…
취소
저장