aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c30
1 files changed, 3 insertions, 27 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 9495e824..2eae2b90 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1904,7 +1904,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1904 "GNUNET_setup_vpn_interface_v6_mask_spinbutton", 1904 "GNUNET_setup_vpn_interface_v6_mask_spinbutton",
1905 "value-changed", 1905 "value-changed",
1906 "vpn", 1906 "vpn",
1907 "IPV6MASK", 1907 "IPV6PREFIX",
1908 gettext_noop ("IPv6 network prefix length to use for the VPN interface"), 1908 gettext_noop ("IPv6 network prefix length to use for the VPN interface"),
1909 "https://gnunet.org/configuration-vpn", 1909 "https://gnunet.org/configuration-vpn",
1910 &load_number, 1910 &load_number,
@@ -1958,7 +1958,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1958 "GNUNET_setup_exit_interface_name_entry", 1958 "GNUNET_setup_exit_interface_name_entry",
1959 "changed", 1959 "changed",
1960 "exit", 1960 "exit",
1961 "IFNAME", 1961 "TUN_IFNAME",
1962 gettext_noop 1962 gettext_noop
1963 ("Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"), 1963 ("Name of the virtual interface the GNUnet exit service should create for traffic exiting the VPN to the Internet"),
1964 "https://gnunet.org/configuration-exit", 1964 "https://gnunet.org/configuration-exit",
@@ -2007,7 +2007,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2007 "GNUNET_setup_exit_interface_v6_mask_spinbutton", 2007 "GNUNET_setup_exit_interface_v6_mask_spinbutton",
2008 "value-changed", 2008 "value-changed",
2009 "exit", 2009 "exit",
2010 "IPV6MASK", 2010 "IPV6PREFIX",
2011 gettext_noop 2011 gettext_noop
2012 ("IPv6 network prefix length to use for the Exit interface"), 2012 ("IPv6 network prefix length to use for the Exit interface"),
2013 "https://gnunet.org/configuration-exit", 2013 "https://gnunet.org/configuration-exit",
@@ -2128,30 +2128,6 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2128 hide_gns_tabs}, 2128 hide_gns_tabs},
2129 2129
2130 2130
2131 {
2132 "GNUNET_setup_gns_hijack_checkbutton",
2133 "toggled",
2134 "gns",
2135 "HIJACK_DNS",
2136 gettext_noop ("Should DNS queries be intercepted using iptables?"),
2137 "https://gnunet.org/gnunet-dns-setup",
2138 &load_yes_no,
2139 &save_yes_no, NULL,
2140 NULL, NULL,
2141 NULL},
2142
2143 {
2144 "GNUNET_setup_gns_auto_import_checkbutton",
2145 "toggled",
2146 "gns",
2147 "AUTO_IMPORT_PKEY",
2148 gettext_noop ("Should names be automatically learned and placed into the 'shorten' Zone?"),
2149 "https://gnunet.org/configuration-gns-shortening",
2150 &load_yes_no,
2151 &save_yes_no, NULL,
2152 NULL, NULL,
2153 NULL},
2154
2155 /* EXIT services */ 2131 /* EXIT services */
2156 2132
2157 { 2133 {