Skip to content

Commit 6fea09c

Browse files
committed
Added stubby_configs/stubby-gce-443-hostname.conf
This stubby config is for my dprive-nginx-bind server running on Google Container Engine, on port 443, and using hostname validation instead of pinsets.
1 parent 4666aae commit 6fea09c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{ resolution_type: GETDNS_RESOLUTION_STUB
2+
, dns_transport_list: [ GETDNS_TRANSPORT_TLS ]
3+
, upstream_recursive_servers:
4+
[ { address_data: 104.196.153.172
5+
, tls_port: 443
6+
, tls_auth_name: "*.snozzages.com"
7+
, hostname: "stubby-gce.snozzages.com"
8+
} ]
9+
, tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
10+
, tls_query_padding_blocksize: 256
11+
, edns_client_subnet_private : 1
12+
, listen_addresses: [ 127.0.0.1, 0::1 ]
13+
, idle_timeout: 10000
14+
}

0 commit comments

Comments
 (0)