Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "enableForwarding": true,
- "proxyServers": [
- {
- "name": "local-proxy",
- "type": "socks5",
- "proxyAddress": "localhost",
- "proxyPort": 1080,
- "proxyUsername": null,
- "proxyPassword": null
- }
- ],
- "forwarders": [
- {
- "name": "cloudflare",
- "proxy": null,
- "dnssecValidation": true,
- "forwarderProtocol": "Tls",
- "forwarderAddresses": [
- "1.1.1.1",
- "1.0.0.1"
- ]
- }
- ],
- "networkGroupMap": {
- "192.168.50.0/24": "everyone"
- },
- "groups": [
- {
- "name": "everyone",
- "enableForwarding": true,
- "forwardings": [
- {
- "forwarders": [
- "cloudflare"
- ],
- "domains": [
- "*"
- ]
- }
- ],
- "adguardUpstreams": [
- {
- "proxy": null,
- "dnssecValidation": true,
- "configFile": "adguard-upstreams.txt"
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment