Update readme
This commit is contained in:
parent
252ab7bcd1
commit
58eea2251a
@ -11,7 +11,7 @@ cacheFile=dnscache.map
|
|||||||
# cacheDelayMinutes: how often to write the cache to disk
|
# cacheDelayMinutes: how often to write the cache to disk
|
||||||
cacheDelayMinutes=60
|
cacheDelayMinutes=60
|
||||||
|
|
||||||
# packetQueueLength: maximum requests queued waiting for responses from upstream, all resolvers specified process from this queue, cached responses don't enter this queue, default 100, 0 means unlimited
|
# packetQueueLength: maximum requests queued waiting for responses from upstream, all resolvers specified process from this queue, cached responses don't enter this queue, default 100, 0 means unlimited, -1 means no queue, just use RandomUpstreamResolver
|
||||||
packetQueueLength=100
|
packetQueueLength=100
|
||||||
|
|
||||||
# listeners: list of listeners, currently supports tcp:// and udp:// with no options, default 'tcp://127.0.0.1:5353 udp://127.0.0.1:5353'
|
# listeners: list of listeners, currently supports tcp:// and udp:// with no options, default 'tcp://127.0.0.1:5353 udp://127.0.0.1:5353'
|
||||||
|
@ -17,7 +17,13 @@ mvn clean package
|
|||||||
java -jar jDnsProxy/target/jDnsProxy.jar ./jdnsproxy.properties
|
java -jar jDnsProxy/target/jDnsProxy.jar ./jdnsproxy.properties
|
||||||
|
|
||||||
# or with xmpp:// listener+resolver support:
|
# or with xmpp:// listener+resolver support:
|
||||||
java -cp jDnsProxy/target/jDnsProxy.jar:xmpp-dox/target/xmpp-dox.jar com.moparisthebest.dns.DnsProxy xmpp-dox/jdnsproxy.xmpp.resolver.properties
|
java -jar xmpp-dox/target/xmpp-dox-full.jar ./xmpp-dox/jdnsproxy.xmpp.resolver.properties
|
||||||
|
|
||||||
|
# or with http:// listener support:
|
||||||
|
java -jar http-doh-listener/target/http-doh-listener-full.jar ./jdnsproxy.properties
|
||||||
|
|
||||||
|
# or with support for *everything* we support in this repo (other jars we don't know about can also add additional protocol support)
|
||||||
|
java -jar jDnsProxy-all/target/jDnsProxy-all.jar ./jdnsproxy.properties
|
||||||
```
|
```
|
||||||
|
|
||||||
Implemented specs:
|
Implemented specs:
|
||||||
|
Loading…
Reference in New Issue
Block a user