summaryrefslogtreecommitdiffhomepage
path: root/src/conf.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2020-11-10 23:31:51 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2020-11-10 23:32:10 +0100
commit85169726a9749315a113f0ce3dc1658e9616cbe7 (patch)
tree97dffd24d2458572438977047a0e5b246f7a6f7e /src/conf.h
parent8c3931988c501f8a78b10f60fa6538dd5a8a4296 (diff)
WIP: BindIPv6Mapped
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index a7c5a0c..572aeb1 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -71,6 +71,7 @@ struct config_s {
sblist *bind_addrs;
unsigned int bindsame;
char *bind_ipv4mapped;
+ char *bind_ipv6mapped;
/*
* The configured name to use in the HTTP "Via" header field.