mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 22:13:30 +02:00
All features in the config file work now 🎉
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user