unbound: more ecs.conf.sample experimentation

This commit is contained in:
Aminda Suomalainen 2024-05-02 21:32:39 +03:00
parent 32c99a2d43
commit 6cae19ba4f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 16 additions and 5 deletions

View File

@ -1,5 +0,0 @@
server:
client-subnet-zone: "."
client-subnet-always-forward: yes
max-client-subnet-ipv6: "16"
max-client-subnet-ipv4: "48"

View File

@ -0,0 +1,16 @@
server:
# Send ECS everywhere always
client-subnet-zone: "."
#client-subnet-always-forward: yes
# Send different subnet size
#max-client-subnet-ipv6: "16"
#max-client-subnet-ipv4: "48"
# IP address to send as client subnet. Optionally /CIDR can be appended.
#
# These are actual Moi.fi IP addresses (dynamic, so they will likely
# change very soon and thus kind of become "anonymized" :D)
send-client-subnet: "82.203.160.208/17"
send-client-subnet: "2001:14bb:653:a161:9d7b:be7a:1e40:ad7/29"
# vim: filetype=unbound.conf