mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
unbound: more ecs.conf.sample experimentation
This commit is contained in:
parent
32c99a2d43
commit
6cae19ba4f
@ -1,5 +0,0 @@
|
||||
server:
|
||||
client-subnet-zone: "."
|
||||
client-subnet-always-forward: yes
|
||||
max-client-subnet-ipv6: "16"
|
||||
max-client-subnet-ipv4: "48"
|
16
etc/unbound/unbound.conf.d/ecs.conf.sample
Normal file
16
etc/unbound/unbound.conf.d/ecs.conf.sample
Normal 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
|
Loading…
Reference in New Issue
Block a user