Guest User

Untitled

a guest
Nov 14th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.97 KB | None | 0 0
  1. {
  2.   "enableForwarding": true,
  3.   "proxyServers": [
  4.     {
  5.       "name": "local-proxy",
  6.       "type": "socks5",
  7.       "proxyAddress": "localhost",
  8.       "proxyPort": 1080,
  9.       "proxyUsername": null,
  10.       "proxyPassword": null
  11.     }
  12.   ],
  13.   "forwarders": [
  14.     {
  15.       "name": "cloudflare",
  16.       "proxy": null,
  17.       "dnssecValidation": true,
  18.       "forwarderProtocol": "Tls",
  19.       "forwarderAddresses": [
  20.         "1.1.1.1",
  21.         "1.0.0.1"
  22.       ]
  23.     }
  24.   ],
  25.   "networkGroupMap": {
  26.     "192.168.50.0/24": "everyone"
  27.   },
  28.   "groups": [
  29.     {
  30.       "name": "everyone",
  31.       "enableForwarding": true,
  32.       "forwardings": [
  33.         {
  34.           "forwarders": [
  35.             "cloudflare"
  36.           ],
  37.           "domains": [
  38.             "*"
  39.           ]
  40.         }
  41.       ],
  42.       "adguardUpstreams": [
  43.         {
  44.           "proxy": null,
  45.           "dnssecValidation": true,
  46.           "configFile": "adguard-upstreams.txt"
  47.         }
  48.       ]
  49.     }
  50.   ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment