| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/dns/kadnode/files/ |
Upload File : |
# Load peers at startup from this file and save peers to this file at shutdown --peerfile %%PREFIX%%/etc/kadnode/peers.txt # For authentication via TLS, x509 certificates need to be provided. # The server needs a tuple of the certificate file and private key file: # --tls-server-cert mydomain.crt,mydomain.key # The domain in the Common Name field of the certificate will be announced. # # For domain lookup, we need to provide appropiate CA certificates. # Try various locations: --tls-client-cert %%LOCALBASE%%/share/certs # As an alternative, create a secret/public key via 'kadnode --bob-create-key' # and load the secret keys as PEM file: # --bob-load-key <secret-key-pem-file> # # Other nodes can use <public-key-hex>.p2p in the browser to resolve the node. # Enable DNS proxy behavior. Reads /etc/resolv.conf by default. # --dns-proxy-enable # # Or specify a DNS server by IP address: # --dns-proxy-server <IP-address> # Disable UPnP/NAT-PMP support # --disable-forwarding # Disable multicast peer discovery # --lpd-disable