Terminal Edition Configuration - Texnomic/SecureDNS GitHub Wiki
Introduction
The following Sections applies to AppSettings.json file bundled with SecureDNS Terminal Edition releases started from v0.2 Alpha.
Table Of Sections
- Seq
- Proxy Server
- DNSCrypt Protocol
- DNS-Over-HTTPs Protocol
- DNS-Over-TLS Protocol
- DNS-Over-UDP Protocol
- Ethereum Name Service Protocol
- FilterLists Middleware
- HostTable Middleware
- Terminal Options
- Proxy Responsibility Chain
Seq
Support for Seq comes from Serilog's Seq Sink. Accordingly, under Serilog's WriteTo object you can find Seq's Args of serverUrl:
Note |
|---|
| Check Seq Installation Wiki Page For Detailed Instructions. |
| Object | Default Value | Description |
|---|---|---|
| serverUrl | http://127.0.0.1:5341 | Seq Server HTTP EndPoint |
"Serilog": {
"WriteTo": [
{
"Name": "Seq",
"Args": {
"serverUrl": "http://127.0.0.1:5341",
"compact": true
}
}
]
Support for Serilog