All features in the config file work now 🎉

This commit is contained in:
Slatian
2023-02-19 22:05:49 +01:00
parent ee19071a3d
commit d4caf1a77c
6 changed files with 160 additions and 86 deletions

View File

@ -9,6 +9,11 @@ listen_on = "127.0.0.1:3000"
# When you don't want to use a proxy server:
ip_header = "ConnectInfo"
# Allow querying of private range ips
# enable if you want to use this service
# on your internal network for some reason
allow_private_ip_lookup = true
[dns]
# Enable the /dig enpoint
allow_forward_lookup = true
@ -17,11 +22,6 @@ allow_forward_lookup = true
# to contain your locally used domains, to prevent onformation leakage
allow_reverse_lookup = true
# Hide anything that has to do with private ip ranges
# Useful dor public services, disable if you want it
# on your internal network for some reason
hide_private_range_ips = true
# echoip-sltecave will pretend that domains
# that end with one of these suffixes don't exist
hidden_suffixes = [".com"]