2025-02-14 03:17:43 +03:00
|
|
|
configVersion: 0.1.0
|
|
|
|
app:
|
|
|
|
dnsProxy:
|
|
|
|
host:
|
|
|
|
address: '[::]'
|
|
|
|
port: 3553
|
|
|
|
upstream:
|
|
|
|
address: 127.0.0.1
|
|
|
|
port: 53
|
|
|
|
disableRemap53: false
|
2025-02-14 04:49:45 +03:00
|
|
|
disableFakePTR: false
|
2025-02-14 03:17:43 +03:00
|
|
|
disableDropAAAA: false
|
|
|
|
netfilter:
|
|
|
|
iptables:
|
2025-02-14 17:16:20 +03:00
|
|
|
chainPrefix: MT_
|
2025-02-14 03:17:43 +03:00
|
|
|
ipset:
|
2025-02-14 17:16:20 +03:00
|
|
|
tablePrefix: mt_
|
2025-02-14 03:17:43 +03:00
|
|
|
additionalTTL: 3600
|
|
|
|
link:
|
|
|
|
- br0
|
|
|
|
logLevel: info
|
2025-02-12 00:34:14 +03:00
|
|
|
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
|