diff options
Diffstat (limited to 'net/spoofdpi/files/spoofdpi.toml.sample')
| -rw-r--r-- | net/spoofdpi/files/spoofdpi.toml.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spoofdpi/files/spoofdpi.toml.sample b/net/spoofdpi/files/spoofdpi.toml.sample new file mode 100644 index 000000000000..3c1af2a7e542 --- /dev/null +++ b/net/spoofdpi/files/spoofdpi.toml.sample @@ -0,0 +1,11 @@ +dns-addr = "1.1.1.1" +dns-port = "53" + +# If you want to run SpoofDPI remotely (e.g., on a physically separated machine), then you should set this value +# to 0.0.0.0. Otherwise, it is recommended to leave this option as default. +listen-addr = "127.0.0.1" + +# Port to listen on. +listen-port = "8080" + +doh-endpoint = "https://dns.google/dns-query" |
