Changeset 1176
- Timestamp:
- Apr 11, 2016, 4:51:59 PM (5 years ago)
- Location:
- n4d-proxy/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-proxy/trunk/fuentes/debian/changelog
r1149 r1176 1 n4d-proxy (0.48-4) xenial; urgency=medium 2 3 * Fix squid.conf template to use dns_nameserver with ip instead dnsname, fixes navigation in clients avoiding "idnsSendQuery: Can't send query, no DNS nameservers known!" error 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Mon, 11 Apr 2016 16:48:38 +0200 6 1 7 n4d-proxy (0.48-3) xenial; urgency=medium 2 8 -
n4d-proxy/trunk/fuentes/install.n4d-proxy/usr/share/n4d/templates/squid/squid.conf
r1149 r1176 11 11 http_port 127.0.0.1:{{ PROXY_HTTP_PORT }} 12 12 visible_hostname {{ PROXY_HOST }} 13 dns_nameservers server13 dns_nameservers 127.0.0.1 14 14 # enabling single-word hostnames resolution 15 15 dns_defnames on
Note: See TracChangeset
for help on using the changeset viewer.