MagiTrickle/opt/var/lib/kvas2/config.yaml.example
Vladimir Avtsenov 8369de6845
Some checks failed
Build and Package OPKG / Build aarch64 (push) Failing after 28s
Build and Package OPKG / Build armv5 (push) Failing after 16s
Build and Package OPKG / Build armv7 (push) Failing after 20s
Build and Package OPKG / Build mips (push) Failing after 18s
Build and Package OPKG / Build mipsel (push) Failing after 15s
prepairing for production
2025-02-13 23:45:31 +03:00

35 lines
801 B
Plaintext

appConfig:
additionalTTL: 216000
chainPrefix: KVAS2_
ipsetPrefix: kvas2_
linkName: br0
targetDNSServerAddress: 127.0.0.1
targetDNSServerPort: 53
listenDNSPort: 3553
groups:
- id: d663876a
name: Example
interface: nwg0
fixProtect: false
rules:
- id: 6f34ee91
name: Wildcard Example
type: wildcard
rule: '*wildcard.example.com'
enable: true
- id: 00ae5f7c
name: RegEx Example
type: regex
rule: '^.*.regex.example.com$'
enable: true
- id: 6120dc8a
name: Domain Example
type: domain
rule: 'domain.example.com'
enable: true
- id: b9751782
name: Namespace Example
type: namespace
rule: 'namespace.example.com'
enable: true