aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_setup_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_setup_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade786
1 files changed, 531 insertions, 255 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 773424dd..08799979 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -24,7 +24,7 @@
24 <column type="gboolean"/> 24 <column type="gboolean"/>
25 </columns> 25 </columns>
26 </object> 26 </object>
27 <object class="GtkListStore" id="vpn_dns_config_liststore"> 27 <object class="GtkListStore" id="GNUNET_setup_gns_liststore">
28 <columns> 28 <columns>
29 <!-- column-name hostname --> 29 <!-- column-name hostname -->
30 <column type="gchararray"/> 30 <column type="gchararray"/>
@@ -91,6 +91,7 @@
91 <property name="sensitive">False</property> 91 <property name="sensitive">False</property>
92 <property name="can_focus">True</property> 92 <property name="can_focus">True</property>
93 <property name="receives_default">False</property> 93 <property name="receives_default">False</property>
94 <property name="tooltip_text" translatable="yes">The topology subsystem is required as it ensures that your peer connects to other peers.</property>
94 <property name="xalign">0</property> 95 <property name="xalign">0</property>
95 <property name="active">True</property> 96 <property name="active">True</property>
96 <property name="draw_indicator">True</property> 97 <property name="draw_indicator">True</property>
@@ -108,6 +109,7 @@
108 <property name="visible">True</property> 109 <property name="visible">True</property>
109 <property name="can_focus">True</property> 110 <property name="can_focus">True</property>
110 <property name="receives_default">False</property> 111 <property name="receives_default">False</property>
112 <property name="tooltip_text" translatable="yes">Hostlist servers are used to find other peers. Here you can choose to offer a hostlist or simply configure which hostlists by other peers you want to use.</property>
111 <property name="xalign">0</property> 113 <property name="xalign">0</property>
112 <property name="active">True</property> 114 <property name="active">True</property>
113 <property name="draw_indicator">True</property> 115 <property name="draw_indicator">True</property>
@@ -125,6 +127,7 @@
125 <property name="visible">True</property> 127 <property name="visible">True</property>
126 <property name="can_focus">True</property> 128 <property name="can_focus">True</property>
127 <property name="receives_default">False</property> 129 <property name="receives_default">False</property>
130 <property name="tooltip_text" translatable="yes">Enable GNUnet's file-sharing subsystem.</property>
128 <property name="use_underline">True</property> 131 <property name="use_underline">True</property>
129 <property name="xalign">0</property> 132 <property name="xalign">0</property>
130 <property name="active">True</property> 133 <property name="active">True</property>
@@ -138,20 +141,55 @@
138 </packing> 141 </packing>
139 </child> 142 </child>
140 <child> 143 <child>
141 <object class="GtkCheckButton" id="GNUNET_setup_general_services_vpn_checkbutton"> 144 <object class="GtkCheckButton" id="GNUNET_setup_general_services_exit_checkbutton">
142 <property name="label" translatable="yes">_VPN</property> 145 <property name="label" translatable="yes">EXIT</property>
143 <property name="visible">True</property> 146 <property name="visible">True</property>
144 <property name="can_focus">True</property> 147 <property name="can_focus">True</property>
145 <property name="receives_default">False</property> 148 <property name="receives_default">False</property>
149 <property name="tooltip_text" translatable="yes">By offering an EXIT service, you can allow other peers to use your Internet connection to reach the IPv4 and/or IPv6 Internet. Naturally, as your machine will be seen as the origin of the traffic, this might be risky in some jurisdictions. Enabling the exit for IPv4 and IPv6 and PT/VPN interception for IPv4 and IPv6 on the same machine will still give you 4to6 and 6to4 protocol translation, allowing you to access IPv4-only servers from IPv6-only clients and IPv6-only servers from IPv4-only clients.</property>
146 <property name="use_underline">True</property> 150 <property name="use_underline">True</property>
147 <property name="xalign">0</property> 151 <property name="xalign">0</property>
148 <property name="draw_indicator">True</property> 152 <property name="draw_indicator">True</property>
149 </object> 153 </object>
150 <packing> 154 <packing>
151 <property name="expand">False</property> 155 <property name="expand">False</property>
156 <property name="padding">5</property>
152 <property name="position">4</property> 157 <property name="position">4</property>
153 </packing> 158 </packing>
154 </child> 159 </child>
160 <child>
161 <object class="GtkCheckButton" id="GNUNET_setup_general_services_pt_checkbutton">
162 <property name="label" translatable="yes">PT/VPN</property>
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="receives_default">False</property>
166 <property name="tooltip_text" translatable="yes">Using the PT/VPN subsystems you can tunnel your Internet traffic over GNUnet. This is useful if you want to access the IPv4-Internet if you only have IPv6-connectivity or vice versa. Furthermore, if you are only connected to other peers using WLAN, you could also get Internet access in the first place by routing IP traffic over GNUnet.</property>
167 <property name="use_underline">True</property>
168 <property name="xalign">0</property>
169 <property name="draw_indicator">True</property>
170 </object>
171 <packing>
172 <property name="expand">False</property>
173 <property name="padding">5</property>
174 <property name="position">5</property>
175 </packing>
176 </child>
177 <child>
178 <object class="GtkCheckButton" id="GNUNET_setup_general_services_gns_checkbutton">
179 <property name="label" translatable="yes">GNS</property>
180 <property name="can_focus">True</property>
181 <property name="receives_default">False</property>
182 <property name="tooltip_text" translatable="yes">The GNS is GNUnet's replacement for DNS. Enabling this subsystem will make the ".gnunet" TLD available on your system. You will be in charge of your ".gnunet" TLD.</property>
183 <property name="use_underline">True</property>
184 <property name="xalign">0</property>
185 <property name="draw_indicator">True</property>
186 </object>
187 <packing>
188 <property name="expand">False</property>
189 <property name="padding">5</property>
190 <property name="position">6</property>
191 </packing>
192 </child>
155 </object> 193 </object>
156 </child> 194 </child>
157 </object> 195 </object>
@@ -1006,7 +1044,6 @@
1006 <child> 1044 <child>
1007 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton"> 1045 <object class="GtkCheckButton" id="GNUNET_setup_transport_dv_checkbutton">
1008 <property name="label" translatable="yes">D_V</property> 1046 <property name="label" translatable="yes">D_V</property>
1009 <property name="visible">True</property>
1010 <property name="can_focus">True</property> 1047 <property name="can_focus">True</property>
1011 <property name="receives_default">False</property> 1048 <property name="receives_default">False</property>
1012 <property name="use_underline">True</property> 1049 <property name="use_underline">True</property>
@@ -1179,6 +1216,7 @@
1179 <property name="visible">True</property> 1216 <property name="visible">True</property>
1180 <property name="can_focus">True</property> 1217 <property name="can_focus">True</property>
1181 <property name="receives_default">True</property> 1218 <property name="receives_default">True</property>
1219 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1182 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/> 1220 <signal name="clicked" handler="GNUNET_setup_transport_tcp_test_button_clicked_cb"/>
1183 </object> 1221 </object>
1184 <packing> 1222 <packing>
@@ -1244,7 +1282,7 @@
1244 <property name="visible">True</property> 1282 <property name="visible">True</property>
1245 <property name="orientation">vertical</property> 1283 <property name="orientation">vertical</property>
1246 <child> 1284 <child>
1247 <object class="GtkHBox" id="hbox5"> 1285 <object class="GtkHBox" id="GNUNET_setup_transport_udp_port_hbox">
1248 <property name="visible">True</property> 1286 <property name="visible">True</property>
1249 <property name="spacing">5</property> 1287 <property name="spacing">5</property>
1250 <child> 1288 <child>
@@ -1279,9 +1317,6 @@
1279 <property name="position">1</property> 1317 <property name="position">1</property>
1280 </packing> 1318 </packing>
1281 </child> 1319 </child>
1282 <child>
1283 <placeholder/>
1284 </child>
1285 </object> 1320 </object>
1286 <packing> 1321 <packing>
1287 <property name="expand">False</property> 1322 <property name="expand">False</property>
@@ -1358,6 +1393,7 @@
1358 <property name="visible">True</property> 1393 <property name="visible">True</property>
1359 <property name="can_focus">True</property> 1394 <property name="can_focus">True</property>
1360 <property name="receives_default">True</property> 1395 <property name="receives_default">True</property>
1396 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1361 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/> 1397 <signal name="clicked" handler="GNUNET_setup_transport_udp_test_button_clicked_cb"/>
1362 </object> 1398 </object>
1363 <packing> 1399 <packing>
@@ -1407,9 +1443,6 @@
1407 <property name="position">2</property> 1443 <property name="position">2</property>
1408 </packing> 1444 </packing>
1409 </child> 1445 </child>
1410 <child>
1411 <placeholder/>
1412 </child>
1413 </object> 1446 </object>
1414 <packing> 1447 <packing>
1415 <property name="position">1</property> 1448 <property name="position">1</property>
@@ -1467,9 +1500,6 @@
1467 <property name="position">1</property> 1500 <property name="position">1</property>
1468 </packing> 1501 </packing>
1469 </child> 1502 </child>
1470 <child>
1471 <placeholder/>
1472 </child>
1473 </object> 1503 </object>
1474 <packing> 1504 <packing>
1475 <property name="expand">False</property> 1505 <property name="expand">False</property>
@@ -1548,6 +1578,7 @@
1548 <property name="visible">True</property> 1578 <property name="visible">True</property>
1549 <property name="can_focus">True</property> 1579 <property name="can_focus">True</property>
1550 <property name="receives_default">True</property> 1580 <property name="receives_default">True</property>
1581 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1551 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/> 1582 <signal name="clicked" handler="GNUNET_setup_transport_http_test_button_clicked_cb"/>
1552 </object> 1583 </object>
1553 <packing> 1584 <packing>
@@ -1597,9 +1628,6 @@
1597 <property name="position">2</property> 1628 <property name="position">2</property>
1598 </packing> 1629 </packing>
1599 </child> 1630 </child>
1600 <child>
1601 <placeholder/>
1602 </child>
1603 </object> 1631 </object>
1604 <packing> 1632 <packing>
1605 <property name="position">2</property> 1633 <property name="position">2</property>
@@ -1657,9 +1685,6 @@
1657 <property name="position">1</property> 1685 <property name="position">1</property>
1658 </packing> 1686 </packing>
1659 </child> 1687 </child>
1660 <child>
1661 <placeholder/>
1662 </child>
1663 </object> 1688 </object>
1664 <packing> 1689 <packing>
1665 <property name="expand">False</property> 1690 <property name="expand">False</property>
@@ -1738,6 +1763,7 @@
1738 <property name="visible">True</property> 1763 <property name="visible">True</property>
1739 <property name="can_focus">True</property> 1764 <property name="can_focus">True</property>
1740 <property name="receives_default">True</property> 1765 <property name="receives_default">True</property>
1766 <property name="tooltip_text" translatable="yes">Test your network configuration by contacting a public gnunet-nat-server and asking it to establish a connection to your system for testing. This test can only work if you are not running your peer at the time you run the test.</property>
1741 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/> 1767 <signal name="clicked" handler="GNUNET_setup_transport_https_test_button_clicked_cb"/>
1742 </object> 1768 </object>
1743 <packing> 1769 <packing>
@@ -1787,9 +1813,6 @@
1787 <property name="position">2</property> 1813 <property name="position">2</property>
1788 </packing> 1814 </packing>
1789 </child> 1815 </child>
1790 <child>
1791 <placeholder/>
1792 </child>
1793 </object> 1816 </object>
1794 <packing> 1817 <packing>
1795 <property name="position">3</property> 1818 <property name="position">3</property>
@@ -1830,6 +1853,7 @@
1830 <child> 1853 <child>
1831 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox"> 1854 <object class="GtkVBox" id="GNUNET_setup_transport_wlan_vbox">
1832 <property name="visible">True</property> 1855 <property name="visible">True</property>
1856 <property name="orientation">vertical</property>
1833 <child> 1857 <child>
1834 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox"> 1858 <object class="GtkHBox" id="GNUNET_setup_transport_wlan_hbox">
1835 <property name="visible">True</property> 1859 <property name="visible">True</property>
@@ -1857,6 +1881,8 @@
1857 <property name="secondary_icon_sensitive">True</property> 1881 <property name="secondary_icon_sensitive">True</property>
1858 </object> 1882 </object>
1859 <packing> 1883 <packing>
1884 <property name="expand">False</property>
1885 <property name="fill">False</property>
1860 <property name="padding">5</property> 1886 <property name="padding">5</property>
1861 <property name="position">1</property> 1887 <property name="position">1</property>
1862 </packing> 1888 </packing>
@@ -1864,16 +1890,14 @@
1864 </object> 1890 </object>
1865 <packing> 1891 <packing>
1866 <property name="expand">False</property> 1892 <property name="expand">False</property>
1893 <property name="fill">False</property>
1867 <property name="padding">5</property> 1894 <property name="padding">5</property>
1868 <property name="position">0</property> 1895 <property name="position">0</property>
1869 </packing> 1896 </packing>
1870 </child> 1897 </child>
1871 <child>
1872 <placeholder/>
1873 </child>
1874 </object> 1898 </object>
1875 <packing> 1899 <packing>
1876 <property name="position">5</property> 1900 <property name="position">1</property>
1877 </packing> 1901 </packing>
1878 </child> 1902 </child>
1879 <child type="tab"> 1903 <child type="tab">
@@ -2144,7 +2168,7 @@
2144 <property name="visible">True</property> 2168 <property name="visible">True</property>
2145 <property name="orientation">vertical</property> 2169 <property name="orientation">vertical</property>
2146 <child> 2170 <child>
2147 <object class="GtkHBox" id="hbox13"> 2171 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_database_name_hbox">
2148 <property name="visible">True</property> 2172 <property name="visible">True</property>
2149 <child> 2173 <child>
2150 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label"> 2174 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_database_name_label">
@@ -2180,7 +2204,7 @@
2180 </packing> 2204 </packing>
2181 </child> 2205 </child>
2182 <child> 2206 <child>
2183 <object class="GtkHBox" id="hbox14"> 2207 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_config_file_hbox">
2184 <property name="visible">True</property> 2208 <property name="visible">True</property>
2185 <child> 2209 <child>
2186 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label"> 2210 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_config_file_label">
@@ -2208,7 +2232,7 @@
2208 </packing> 2232 </packing>
2209 </child> 2233 </child>
2210 <child> 2234 <child>
2211 <object class="GtkHBox" id="hbox15"> 2235 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_username_password_hbox">
2212 <property name="visible">True</property> 2236 <property name="visible">True</property>
2213 <child> 2237 <child>
2214 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label"> 2238 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_username_label">
@@ -2267,10 +2291,10 @@
2267 </packing> 2291 </packing>
2268 </child> 2292 </child>
2269 <child> 2293 <child>
2270 <object class="GtkHBox" id="hbox16"> 2294 <object class="GtkHBox" id="GNUNET_setup_datastore_mysql_hostname_hbox">
2271 <property name="visible">True</property> 2295 <property name="visible">True</property>
2272 <child> 2296 <child>
2273 <object class="GtkLabel" id="GNUNET_setup-datastore_mysql_hostname_label"> 2297 <object class="GtkLabel" id="GNUNET_setup_datastore_mysql_hostname_label">
2274 <property name="visible">True</property> 2298 <property name="visible">True</property>
2275 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2299 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2276 </object> 2300 </object>
@@ -2633,13 +2657,13 @@
2633 <property name="visible">True</property> 2657 <property name="visible">True</property>
2634 <property name="can_focus">True</property> 2658 <property name="can_focus">True</property>
2635 <child> 2659 <child>
2636 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_label"> 2660 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_body_label">
2637 <property name="visible">True</property> 2661 <property name="visible">True</property>
2638 <property name="label" translatable="yes">No setup required.</property> 2662 <property name="label" translatable="yes">No setup required.</property>
2639 </object> 2663 </object>
2640 </child> 2664 </child>
2641 <child type="tab"> 2665 <child type="tab">
2642 <object class="GtkLabel" id="label4c"> 2666 <object class="GtkLabel" id="GNUNET_setup_fs_datacache_sqlite_tab_label">
2643 <property name="visible">True</property> 2667 <property name="visible">True</property>
2644 <property name="label" translatable="yes">sqLite</property> 2668 <property name="label" translatable="yes">sqLite</property>
2645 </object> 2669 </object>
@@ -2652,7 +2676,7 @@
2652 <property name="visible">True</property> 2676 <property name="visible">True</property>
2653 <property name="orientation">vertical</property> 2677 <property name="orientation">vertical</property>
2654 <child> 2678 <child>
2655 <object class="GtkHBox" id="hbox13c"> 2679 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_database_name_hbox">
2656 <property name="visible">True</property> 2680 <property name="visible">True</property>
2657 <child> 2681 <child>
2658 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label"> 2682 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_database_name_label">
@@ -2688,7 +2712,7 @@
2688 </packing> 2712 </packing>
2689 </child> 2713 </child>
2690 <child> 2714 <child>
2691 <object class="GtkHBox" id="hbox14c"> 2715 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_config_file_hbox">
2692 <property name="visible">True</property> 2716 <property name="visible">True</property>
2693 <child> 2717 <child>
2694 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label"> 2718 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_config_file_label">
@@ -2717,7 +2741,7 @@
2717 </packing> 2741 </packing>
2718 </child> 2742 </child>
2719 <child> 2743 <child>
2720 <object class="GtkHBox" id="hbox15c"> 2744 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_username_password_hbox">
2721 <property name="visible">True</property> 2745 <property name="visible">True</property>
2722 <child> 2746 <child>
2723 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label"> 2747 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_username_label">
@@ -2778,10 +2802,10 @@
2778 </packing> 2802 </packing>
2779 </child> 2803 </child>
2780 <child> 2804 <child>
2781 <object class="GtkHBox" id="hbox16c"> 2805 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_hostname_hbox">
2782 <property name="visible">True</property> 2806 <property name="visible">True</property>
2783 <child> 2807 <child>
2784 <object class="GtkLabel" id="GNUNET_setup-datacache_mysql_hostname_label"> 2808 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_hostname_label">
2785 <property name="visible">True</property> 2809 <property name="visible">True</property>
2786 <property name="label" translatable="yes">MySQL Server Hostname:</property> 2810 <property name="label" translatable="yes">MySQL Server Hostname:</property>
2787 </object> 2811 </object>
@@ -2850,7 +2874,7 @@
2850 </packing> 2874 </packing>
2851 </child> 2875 </child>
2852 <child type="tab"> 2876 <child type="tab">
2853 <object class="GtkHBox" id="hbox3a"> 2877 <object class="GtkHBox" id="GNUNET_setup_datacache_mysql_tab_hbox">
2854 <property name="visible">True</property> 2878 <property name="visible">True</property>
2855 <child> 2879 <child>
2856 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label"> 2880 <object class="GtkLabel" id="GNUNET_setup_datacache_mysql_tab_label">
@@ -2935,7 +2959,7 @@
2935 </packing> 2959 </packing>
2936 </child> 2960 </child>
2937 <child type="tab"> 2961 <child type="tab">
2938 <object class="GtkHBox" id="hbox8a"> 2962 <object class="GtkHBox" id="GNUNET_setup_datacache_postgres_tab_hbox">
2939 <property name="visible">True</property> 2963 <property name="visible">True</property>
2940 <child> 2964 <child>
2941 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label"> 2965 <object class="GtkLabel" id="GNUNET_setup_datacache_postgres_tab_label">
@@ -3026,59 +3050,116 @@
3026 <property name="visible">True</property> 3050 <property name="visible">True</property>
3027 <property name="orientation">vertical</property> 3051 <property name="orientation">vertical</property>
3028 <child> 3052 <child>
3029 <object class="GtkFrame" id="GNUNET_setup_vpn_master_interface_configuration_frame"> 3053 <object class="GtkFrame" id="GNUNET_setup_pt_frame">
3030 <property name="visible">True</property> 3054 <property name="visible">True</property>
3031 <property name="label_xalign">0</property> 3055 <property name="label_xalign">0</property>
3032 <property name="shadow_type">none</property> 3056 <property name="shadow_type">none</property>
3033 <child> 3057 <child>
3034 <object class="GtkAlignment" id="GNUNET_setup_vpn_master_interface_configuration_frame_alignment"> 3058 <object class="GtkAlignment" id="GNUNET_setup_pt_alignment">
3035 <property name="visible">True</property> 3059 <property name="visible">True</property>
3036 <property name="left_padding">12</property> 3060 <property name="left_padding">12</property>
3037 <child> 3061 <child>
3038 <object class="GtkVBox" id="GNUNET_setup_vpn_master_vbox"> 3062 <object class="GtkVBox" id="GNUNET_setup_pt_vbox">
3039 <property name="visible">True</property> 3063 <property name="visible">True</property>
3040 <property name="orientation">vertical</property> 3064 <property name="orientation">vertical</property>
3041 <child> 3065 <child>
3042 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_hbox"> 3066 <object class="GtkHBox" id="GNUNET_setup_pt_hbox">
3043 <property name="visible">True</property> 3067 <property name="visible">True</property>
3044 <child> 3068 <child>
3045 <object class="GtkLabel" id="label18"> 3069 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv4_checkbutton">
3070 <property name="label" translatable="yes">Tunnel IPv4 Traffic</property>
3046 <property name="visible">True</property> 3071 <property name="visible">True</property>
3047 <property name="label" translatable="yes">Master _interface name:</property> 3072 <property name="can_focus">True</property>
3048 <property name="use_underline">True</property> 3073 <property name="receives_default">False</property>
3074 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv4-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 4over6 tunneling and 4to6 protocol translation.</property>
3075 <property name="draw_indicator">True</property>
3049 </object> 3076 </object>
3050 <packing> 3077 <packing>
3051 <property name="expand">False</property> 3078 <property name="expand">False</property>
3079 <property name="fill">False</property>
3052 <property name="padding">5</property> 3080 <property name="padding">5</property>
3053 <property name="position">0</property> 3081 <property name="position">0</property>
3054 </packing> 3082 </packing>
3055 </child> 3083 </child>
3056 <child> 3084 <child>
3057 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_entry"> 3085 <object class="GtkCheckButton" id="GNUNET_setup_pt_ipv6_checkbutton">
3086 <property name="label" translatable="yes">Tunnel IPv6 Traffic</property>
3058 <property name="visible">True</property> 3087 <property name="visible">True</property>
3059 <property name="can_focus">True</property> 3088 <property name="can_focus">True</property>
3060 <property name="invisible_char">&#x25CF;</property> 3089 <property name="receives_default">False</property>
3061 <property name="primary_icon_sensitive">True</property> 3090 <property name="tooltip_text" translatable="yes">By enabling this option, all of your IPv6-Internet traffic will be routed over GNUnet to a GNUnet exit node. Note that this will enable other GNUnet peers to observe your unencrypted Internet traffic. This enables 6over4 tunneling and 6to4 protocol translation.</property>
3062 <property name="secondary_icon_sensitive">True</property> 3091 <property name="draw_indicator">True</property>
3063 </object> 3092 </object>
3064 <packing> 3093 <packing>
3065 <property name="expand">False</property> 3094 <property name="expand">False</property>
3095 <property name="fill">False</property>
3096 <property name="padding">5</property>
3066 <property name="position">1</property> 3097 <property name="position">1</property>
3067 </packing> 3098 </packing>
3068 </child> 3099 </child>
3100 <child>
3101 <object class="GtkCheckButton" id="GNUNET_setup_pt_dns_checkbutton1">
3102 <property name="label" translatable="yes">Tunnel DNS Traffic</property>
3103 <property name="visible">True</property>
3104 <property name="can_focus">True</property>
3105 <property name="receives_default">False</property>
3106 <property name="tooltip_text" translatable="yes">Enabling this option will cause your DNS traffic to be routed via the GNUnet network to some other peer offering DNS exit functionality. This is needed if you have no Internet access (and are thus tunnelling both IPv4 and IPv6 traffic over GNUnet). If you have regular Internet access, this option only makes sense if you want to get some 'weak' anonymity by tunnelling all of your traffic over GNUnet (using the network as a 1-hop proxy in the worst-case, so this does not provide you with strong anonymity).</property>
3107 <property name="draw_indicator">True</property>
3108 </object>
3109 <packing>
3110 <property name="expand">False</property>
3111 <property name="fill">False</property>
3112 <property name="padding">5</property>
3113 <property name="position">2</property>
3114 </packing>
3115 </child>
3069 </object> 3116 </object>
3070 <packing> 3117 <packing>
3071 <property name="expand">False</property> 3118 <property name="expand">False</property>
3119 <property name="fill">False</property>
3120 <property name="padding">5</property>
3072 <property name="position">0</property> 3121 <property name="position">0</property>
3073 </packing> 3122 </packing>
3074 </child> 3123 </child>
3124 </object>
3125 </child>
3126 </object>
3127 </child>
3128 <child type="label">
3129 <object class="GtkLabel" id="GNUNET_setup_pt_label">
3130 <property name="visible">True</property>
3131 <property name="label" translatable="yes">&lt;b&gt;Protocol Translation and Tunneling Configuration&lt;/b&gt;</property>
3132 <property name="use_markup">True</property>
3133 </object>
3134 </child>
3135 </object>
3136 <packing>
3137 <property name="expand">False</property>
3138 <property name="fill">False</property>
3139 <property name="padding">5</property>
3140 <property name="position">0</property>
3141 </packing>
3142 </child>
3143 <child>
3144 <object class="GtkFrame" id="GNUNET_setup_vpn_interface_configuration_frame">
3145 <property name="visible">True</property>
3146 <property name="label_xalign">0</property>
3147 <property name="shadow_type">none</property>
3148 <child>
3149 <object class="GtkAlignment" id="GNUNET_setup_vpn_interface_configuration_frame_alignment">
3150 <property name="visible">True</property>
3151 <property name="left_padding">12</property>
3152 <child>
3153 <object class="GtkVBox" id="GNUNET_setup_vpn__vbox">
3154 <property name="visible">True</property>
3155 <property name="orientation">vertical</property>
3075 <child> 3156 <child>
3076 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v4_hbox"> 3157 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_hbox">
3077 <property name="visible">True</property>
3078 <child> 3158 <child>
3079 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_label"> 3159 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_label">
3080 <property name="visible">True</property> 3160 <property name="visible">True</property>
3081 <property name="label" translatable="yes">IPv4 address for Master interface:</property> 3161 <property name="label" translatable="yes">_Interface name:</property>
3162 <property name="use_underline">True</property>
3082 </object> 3163 </object>
3083 <packing> 3164 <packing>
3084 <property name="expand">False</property> 3165 <property name="expand">False</property>
@@ -3087,9 +3168,10 @@
3087 </packing> 3168 </packing>
3088 </child> 3169 </child>
3089 <child> 3170 <child>
3090 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_ip_entry"> 3171 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_entry">
3091 <property name="visible">True</property> 3172 <property name="visible">True</property>
3092 <property name="can_focus">True</property> 3173 <property name="can_focus">True</property>
3174 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for intercepting outgoing Internet traffic from your machine. The default "gnunet-vpn" is almost always fine.</property>
3093 <property name="invisible_char">&#x25CF;</property> 3175 <property name="invisible_char">&#x25CF;</property>
3094 <property name="primary_icon_sensitive">True</property> 3176 <property name="primary_icon_sensitive">True</property>
3095 <property name="secondary_icon_sensitive">True</property> 3177 <property name="secondary_icon_sensitive">True</property>
@@ -3099,42 +3181,19 @@
3099 <property name="position">1</property> 3181 <property name="position">1</property>
3100 </packing> 3182 </packing>
3101 </child> 3183 </child>
3102 <child>
3103 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v4_slash_label">
3104 <property name="visible">True</property>
3105 <property name="label" translatable="yes">/</property>
3106 </object>
3107 <packing>
3108 <property name="expand">False</property>
3109 <property name="position">2</property>
3110 </packing>
3111 </child>
3112 <child>
3113 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v4_mask_entry">
3114 <property name="visible">True</property>
3115 <property name="can_focus">True</property>
3116 <property name="invisible_char">&#x25CF;</property>
3117 <property name="primary_icon_sensitive">True</property>
3118 <property name="secondary_icon_sensitive">True</property>
3119 </object>
3120 <packing>
3121 <property name="expand">False</property>
3122 <property name="position">3</property>
3123 </packing>
3124 </child>
3125 </object> 3184 </object>
3126 <packing> 3185 <packing>
3127 <property name="expand">False</property> 3186 <property name="expand">False</property>
3128 <property name="position">1</property> 3187 <property name="position">0</property>
3129 </packing> 3188 </packing>
3130 </child> 3189 </child>
3131 <child> 3190 <child>
3132 <object class="GtkHBox" id="GNUNET_setup_vpn_master_interface_v6_hbox"> 3191 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v4_hbox">
3133 <property name="visible">True</property> 3192 <property name="visible">True</property>
3134 <child> 3193 <child>
3135 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_label"> 3194 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_label">
3136 <property name="visible">True</property> 3195 <property name="visible">True</property>
3137 <property name="label" translatable="yes">IPv6 address for Master interface: </property> 3196 <property name="label" translatable="yes">IPv4 address for interface:</property>
3138 </object> 3197 </object>
3139 <packing> 3198 <packing>
3140 <property name="expand">False</property> 3199 <property name="expand">False</property>
@@ -3143,7 +3202,7 @@
3143 </packing> 3202 </packing>
3144 </child> 3203 </child>
3145 <child> 3204 <child>
3146 <object class="GtkEntry" id="GNUNET_setup_vpn_master_interface_v6_ip_entry"> 3205 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_ip_entry">
3147 <property name="visible">True</property> 3206 <property name="visible">True</property>
3148 <property name="can_focus">True</property> 3207 <property name="can_focus">True</property>
3149 <property name="invisible_char">&#x25CF;</property> 3208 <property name="invisible_char">&#x25CF;</property>
@@ -3156,7 +3215,7 @@
3156 </packing> 3215 </packing>
3157 </child> 3216 </child>
3158 <child> 3217 <child>
3159 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_v6_slash_label"> 3218 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v4_slash_label">
3160 <property name="visible">True</property> 3219 <property name="visible">True</property>
3161 <property name="label" translatable="yes">/</property> 3220 <property name="label" translatable="yes">/</property>
3162 </object> 3221 </object>
@@ -3166,13 +3225,12 @@
3166 </packing> 3225 </packing>
3167 </child> 3226 </child>
3168 <child> 3227 <child>
3169 <object class="GtkSpinButton" id="GNUNET_setup_vpn_master_interface_v6_mask_spinbutton"> 3228 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v4_mask_entry">
3170 <property name="visible">True</property> 3229 <property name="visible">True</property>
3171 <property name="can_focus">True</property> 3230 <property name="can_focus">True</property>
3172 <property name="invisible_char">&#x25CF;</property> 3231 <property name="invisible_char">&#x25CF;</property>
3173 <property name="primary_icon_sensitive">True</property> 3232 <property name="primary_icon_sensitive">True</property>
3174 <property name="secondary_icon_sensitive">True</property> 3233 <property name="secondary_icon_sensitive">True</property>
3175 <property name="adjustment">GNUNET_vpn_master_interface_mask_adjustment</property>
3176 </object> 3234 </object>
3177 <packing> 3235 <packing>
3178 <property name="expand">False</property> 3236 <property name="expand">False</property>
@@ -3182,16 +3240,16 @@
3182 </object> 3240 </object>
3183 <packing> 3241 <packing>
3184 <property name="expand">False</property> 3242 <property name="expand">False</property>
3185 <property name="position">2</property> 3243 <property name="position">1</property>
3186 </packing> 3244 </packing>
3187 </child> 3245 </child>
3188 <child> 3246 <child>
3189 <object class="GtkHBox" id="GNUNET_setup_vpn_master_vdns_hbox"> 3247 <object class="GtkHBox" id="GNUNET_setup_vpn_interface_v6_hbox">
3190 <property name="visible">True</property> 3248 <property name="visible">True</property>
3191 <child> 3249 <child>
3192 <object class="GtkLabel" id="GNUNET_setup_vpn_master_vdns_label"> 3250 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_label">
3193 <property name="visible">True</property> 3251 <property name="visible">True</property>
3194 <property name="label" translatable="yes">Virtual DNS Server:</property> 3252 <property name="label" translatable="yes">IPv6 address for interface: </property>
3195 </object> 3253 </object>
3196 <packing> 3254 <packing>
3197 <property name="expand">False</property> 3255 <property name="expand">False</property>
@@ -3200,7 +3258,7 @@
3200 </packing> 3258 </packing>
3201 </child> 3259 </child>
3202 <child> 3260 <child>
3203 <object class="GtkEntry" id="GNUNET_setup_vpn_master_vdns_server_entry"> 3261 <object class="GtkEntry" id="GNUNET_setup_vpn_interface_v6_ip_entry">
3204 <property name="visible">True</property> 3262 <property name="visible">True</property>
3205 <property name="can_focus">True</property> 3263 <property name="can_focus">True</property>
3206 <property name="invisible_char">&#x25CF;</property> 3264 <property name="invisible_char">&#x25CF;</property>
@@ -3212,10 +3270,34 @@
3212 <property name="position">1</property> 3270 <property name="position">1</property>
3213 </packing> 3271 </packing>
3214 </child> 3272 </child>
3273 <child>
3274 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_v6_slash_label">
3275 <property name="visible">True</property>
3276 <property name="label" translatable="yes">/</property>
3277 </object>
3278 <packing>
3279 <property name="expand">False</property>
3280 <property name="position">2</property>
3281 </packing>
3282 </child>
3283 <child>
3284 <object class="GtkSpinButton" id="GNUNET_setup_vpn_interface_v6_mask_spinbutton">
3285 <property name="visible">True</property>
3286 <property name="can_focus">True</property>
3287 <property name="invisible_char">&#x25CF;</property>
3288 <property name="primary_icon_sensitive">True</property>
3289 <property name="secondary_icon_sensitive">True</property>
3290 <property name="adjustment">GNUNET_setup_vpn_interface_mask_adjustment</property>
3291 </object>
3292 <packing>
3293 <property name="expand">False</property>
3294 <property name="position">3</property>
3295 </packing>
3296 </child>
3215 </object> 3297 </object>
3216 <packing> 3298 <packing>
3217 <property name="expand">False</property> 3299 <property name="expand">False</property>
3218 <property name="position">3</property> 3300 <property name="position">2</property>
3219 </packing> 3301 </packing>
3220 </child> 3302 </child>
3221 </object> 3303 </object>
@@ -3223,9 +3305,9 @@
3223 </object> 3305 </object>
3224 </child> 3306 </child>
3225 <child type="label"> 3307 <child type="label">
3226 <object class="GtkLabel" id="GNUNET_setup_vpn_master_interface_configuration_frame_label"> 3308 <object class="GtkLabel" id="GNUNET_setup_vpn_interface_configuration_frame_label">
3227 <property name="visible">True</property> 3309 <property name="visible">True</property>
3228 <property name="label" translatable="yes">&lt;b&gt;VPN Master Interface Configuration&lt;/b&gt;</property> 3310 <property name="label" translatable="yes">&lt;b&gt;VPN Interface Configuration&lt;/b&gt;</property>
3229 <property name="use_markup">True</property> 3311 <property name="use_markup">True</property>
3230 </object> 3312 </object>
3231 </child> 3313 </child>
@@ -3233,68 +3315,54 @@
3233 <packing> 3315 <packing>
3234 <property name="expand">False</property> 3316 <property name="expand">False</property>
3235 <property name="padding">5</property> 3317 <property name="padding">5</property>
3236 <property name="position">0</property>
3237 </packing>
3238 </child>
3239 <child>
3240 <object class="GtkHBox" id="GNUNET_setup_vpn_master_hbox">
3241 <property name="visible">True</property>
3242 <child>
3243 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_vpn_exit_checkbutton">
3244 <property name="label" translatable="yes">Enable VPN Exit</property>
3245 <property name="visible">True</property>
3246 <property name="can_focus">True</property>
3247 <property name="receives_default">False</property>
3248 <property name="xalign">0</property>
3249 <property name="draw_indicator">True</property>
3250 </object>
3251 <packing>
3252 <property name="expand">False</property>
3253 <property name="padding">5</property>
3254 <property name="position">0</property>
3255 </packing>
3256 </child>
3257 <child>
3258 <object class="GtkCheckButton" id="GNUNET_setup_vpn_enable_dns_exit_checkbutton">
3259 <property name="label" translatable="yes">Enable DNS Exit</property>
3260 <property name="visible">True</property>
3261 <property name="can_focus">True</property>
3262 <property name="receives_default">False</property>
3263 <property name="xalign">0</property>
3264 <property name="draw_indicator">True</property>
3265 </object>
3266 <packing>
3267 <property name="expand">False</property>
3268 <property name="position">1</property>
3269 </packing>
3270 </child>
3271 </object>
3272 <packing>
3273 <property name="expand">False</property>
3274 <property name="position">1</property> 3318 <property name="position">1</property>
3275 </packing> 3319 </packing>
3276 </child> 3320 </child>
3321 </object>
3322 <packing>
3323 <property name="position">4</property>
3324 </packing>
3325 </child>
3326 <child type="tab">
3327 <object class="GtkLabel" id="GNUNET_setup_vpn_label">
3328 <property name="visible">True</property>
3329 <property name="tooltip_text" translatable="yes">Configuration of the GNUnet VPN and the Protocol Translation (6to4, 4to6, 6over4, 4over6) facilities</property>
3330 <property name="label" translatable="yes">_VPN</property>
3331 <property name="use_underline">True</property>
3332 </object>
3333 <packing>
3334 <property name="position">4</property>
3335 <property name="tab_fill">False</property>
3336 </packing>
3337 </child>
3338 <child>
3339 <object class="GtkVBox" id="GNUNET_setup_exit_vbox">
3340 <property name="visible">True</property>
3341 <property name="orientation">vertical</property>
3277 <child> 3342 <child>
3278 <object class="GtkFrame" id="GNUNET_setup_vpn_exit_frame"> 3343 <object class="GtkFrame" id="GNUNET_setup_exit_frame">
3279 <property name="visible">True</property> 3344 <property name="visible">True</property>
3280 <property name="label_xalign">0</property> 3345 <property name="label_xalign">0</property>
3281 <property name="shadow_type">none</property> 3346 <property name="shadow_type">none</property>
3282 <child> 3347 <child>
3283 <object class="GtkAlignment" id="GNUNET_setup_vpn_exit_frame_alignment"> 3348 <object class="GtkAlignment" id="GNUNET_setup_exit_frame_alignment">
3284 <property name="visible">True</property> 3349 <property name="visible">True</property>
3285 <property name="left_padding">12</property> 3350 <property name="left_padding">12</property>
3286 <child> 3351 <child>
3287 <object class="GtkVBox" id="GNUNET_setup_vpn_exit_frame_vbox"> 3352 <object class="GtkVBox" id="GNUNET_setup_exit_frame_vbox">
3288 <property name="visible">True</property> 3353 <property name="visible">True</property>
3289 <property name="orientation">vertical</property> 3354 <property name="orientation">vertical</property>
3290 <child> 3355 <child>
3291 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_frame_hbox"> 3356 <object class="GtkHBox" id="GNUNET_setup_exit_master_hbox">
3292 <property name="visible">True</property> 3357 <property name="visible">True</property>
3293 <property name="spacing">5</property>
3294 <child> 3358 <child>
3295 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_interface_name_label"> 3359 <object class="GtkCheckButton" id="GNUNET_setup_dns_enable_exit_checkbutton">
3360 <property name="label" translatable="yes">Enable DNS Exit</property>
3296 <property name="visible">True</property> 3361 <property name="visible">True</property>
3297 <property name="label" translatable="yes">Exit interface name: </property> 3362 <property name="can_focus">True</property>
3363 <property name="receives_default">False</property>
3364 <property name="xalign">0</property>
3365 <property name="draw_indicator">True</property>
3298 </object> 3366 </object>
3299 <packing> 3367 <packing>
3300 <property name="expand">False</property> 3368 <property name="expand">False</property>
@@ -3303,57 +3371,120 @@
3303 </packing> 3371 </packing>
3304 </child> 3372 </child>
3305 <child> 3373 <child>
3306 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_name_entry"> 3374 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv4_exit_checkbutton">
3375 <property name="label" translatable="yes">Enable IPv4 Exit</property>
3307 <property name="visible">True</property> 3376 <property name="visible">True</property>
3308 <property name="can_focus">True</property> 3377 <property name="can_focus">True</property>
3309 <property name="invisible_char">&#x25CF;</property> 3378 <property name="receives_default">False</property>
3310 <property name="primary_icon_sensitive">True</property> 3379 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv4 traffic to the Internet using your network connection.</property>
3311 <property name="secondary_icon_sensitive">True</property> 3380 <property name="xalign">0</property>
3381 <property name="draw_indicator">True</property>
3312 </object> 3382 </object>
3313 <packing> 3383 <packing>
3384 <property name="expand">False</property>
3385 <property name="padding">5</property>
3314 <property name="position">1</property> 3386 <property name="position">1</property>
3315 </packing> 3387 </packing>
3316 </child> 3388 </child>
3317 <child> 3389 <child>
3318 <object class="GtkCheckButton" id="GNUNET_setup_vpn_exit_enable_udp_checkbutton"> 3390 <object class="GtkCheckButton" id="GNUNET_setup_exit_enable_ipv6_exit_checkbutton">
3319 <property name="label" translatable="yes">Enable UDP Exit</property> 3391 <property name="label" translatable="yes">Enable IPv6 Exit</property>
3320 <property name="visible">True</property> 3392 <property name="visible">True</property>
3321 <property name="can_focus">True</property> 3393 <property name="can_focus">True</property>
3322 <property name="receives_default">False</property> 3394 <property name="receives_default">False</property>
3395 <property name="tooltip_text" translatable="yes">This option will allow other peers to send IPv6 traffic to the Internet using your network connection. You should make sure that you have IPv6-support before enabling this option.</property>
3323 <property name="xalign">0</property> 3396 <property name="xalign">0</property>
3324 <property name="draw_indicator">True</property> 3397 <property name="draw_indicator">True</property>
3325 </object> 3398 </object>
3326 <packing> 3399 <packing>
3327 <property name="expand">False</property> 3400 <property name="expand">False</property>
3401 <property name="padding">5</property>
3328 <property name="position">2</property> 3402 <property name="position">2</property>
3329 </packing> 3403 </packing>
3330 </child> 3404 </child>
3405 </object>
3406 <packing>
3407 <property name="expand">False</property>
3408 <property name="padding">5</property>
3409 <property name="position">0</property>
3410 </packing>
3411 </child>
3412 <child>
3413 <object class="GtkHBox" id="GNUNET_setup_dns_resolver_hbox">
3414 <property name="visible">True</property>
3415 <child>
3416 <object class="GtkLabel" id="GNUNET_setup_dns_resolver_label">
3417 <property name="visible">True</property>
3418 <property name="label" translatable="yes">IP Address of external DNS Resolver:</property>
3419 </object>
3420 <packing>
3421 <property name="expand">False</property>
3422 <property name="padding">5</property>
3423 <property name="position">0</property>
3424 </packing>
3425 </child>
3331 <child> 3426 <child>
3332 <object class="GtkCheckButton" id="GNUNET_setup_vpn_exit_enable_tcp_checkbutton"> 3427 <object class="GtkEntry" id="GNUNET_setup_dns_resolver_ip_entry">
3333 <property name="label" translatable="yes">Enable TCP exit</property>
3334 <property name="visible">True</property> 3428 <property name="visible">True</property>
3335 <property name="can_focus">True</property> 3429 <property name="can_focus">True</property>
3336 <property name="receives_default">False</property> 3430 <property name="invisible_char">&#x25CF;</property>
3337 <property name="xalign">0</property> 3431 <property name="primary_icon_sensitive">True</property>
3338 <property name="draw_indicator">True</property> 3432 <property name="secondary_icon_sensitive">True</property>
3339 </object> 3433 </object>
3340 <packing> 3434 <packing>
3341 <property name="expand">False</property> 3435 <property name="expand">False</property>
3342 <property name="position">3</property> 3436 <property name="position">1</property>
3437 </packing>
3438 </child>
3439 </object>
3440 <packing>
3441 <property name="expand">False</property>
3442 <property name="padding">5</property>
3443 <property name="position">1</property>
3444 </packing>
3445 </child>
3446 <child>
3447 <object class="GtkHBox" id="GNUNET_setup_exit_frame_hbox">
3448 <property name="spacing">5</property>
3449 <child>
3450 <object class="GtkLabel" id="GNUNET_setup_exit_interface_name_label">
3451 <property name="visible">True</property>
3452 <property name="label" translatable="yes">Exit interface name: </property>
3453 </object>
3454 <packing>
3455 <property name="expand">False</property>
3456 <property name="padding">5</property>
3457 <property name="position">0</property>
3458 </packing>
3459 </child>
3460 <child>
3461 <object class="GtkEntry" id="GNUNET_setup_exit_interface_name_entry">
3462 <property name="visible">True</property>
3463 <property name="can_focus">True</property>
3464 <property name="tooltip_text" translatable="yes">Name of the TUN interface GNUnet will create for Internet traffic exiting GNUnet via your machine. The default "gnunet-exit" is almost always fine.</property>
3465 <property name="invisible_char">&#x25CF;</property>
3466 <property name="primary_icon_sensitive">True</property>
3467 <property name="secondary_icon_sensitive">True</property>
3468 </object>
3469 <packing>
3470 <property name="expand">False</property>
3471 <property name="fill">False</property>
3472 <property name="position">1</property>
3343 </packing> 3473 </packing>
3344 </child> 3474 </child>
3345 </object> 3475 </object>
3346 <packing> 3476 <packing>
3347 <property name="expand">False</property> 3477 <property name="expand">False</property>
3348 <property name="fill">False</property> 3478 <property name="fill">False</property>
3349 <property name="position">0</property> 3479 <property name="padding">5</property>
3480 <property name="position">2</property>
3350 </packing> 3481 </packing>
3351 </child> 3482 </child>
3352 <child> 3483 <child>
3353 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv4_address_hbox"> 3484 <object class="GtkHBox" id="GNUNET_setup_exit_ipv4_address_hbox">
3354 <property name="visible">True</property> 3485 <property name="visible">True</property>
3355 <child> 3486 <child>
3356 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_label"> 3487 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_label">
3357 <property name="visible">True</property> 3488 <property name="visible">True</property>
3358 <property name="label" translatable="yes">IPv4 address for Exit interface: </property> 3489 <property name="label" translatable="yes">IPv4 address for Exit interface: </property>
3359 </object> 3490 </object>
@@ -3364,9 +3495,10 @@
3364 </packing> 3495 </packing>
3365 </child> 3496 </child>
3366 <child> 3497 <child>
3367 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_ip_entry"> 3498 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_ip_entry">
3368 <property name="visible">True</property> 3499 <property name="visible">True</property>
3369 <property name="can_focus">True</property> 3500 <property name="can_focus">True</property>
3501 <property name="tooltip_text" translatable="yes">Use a private IPv4 network here that does not conflict with your existing setup (i.e. something like 10.53.0.1/255.255.0.0 or 192.168.0.1/255.255.0.0). </property>
3370 <property name="invisible_char">&#x25CF;</property> 3502 <property name="invisible_char">&#x25CF;</property>
3371 <property name="primary_icon_sensitive">True</property> 3503 <property name="primary_icon_sensitive">True</property>
3372 <property name="secondary_icon_sensitive">True</property> 3504 <property name="secondary_icon_sensitive">True</property>
@@ -3377,7 +3509,7 @@
3377 </packing> 3509 </packing>
3378 </child> 3510 </child>
3379 <child> 3511 <child>
3380 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv4_address_slash_label"> 3512 <object class="GtkLabel" id="GNUNET_setup_exit_ipv4_address_slash_label">
3381 <property name="visible">True</property> 3513 <property name="visible">True</property>
3382 <property name="label" translatable="yes">/</property> 3514 <property name="label" translatable="yes">/</property>
3383 </object> 3515 </object>
@@ -3387,7 +3519,7 @@
3387 </packing> 3519 </packing>
3388 </child> 3520 </child>
3389 <child> 3521 <child>
3390 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v4_mask_entry"> 3522 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v4_mask_entry">
3391 <property name="visible">True</property> 3523 <property name="visible">True</property>
3392 <property name="can_focus">True</property> 3524 <property name="can_focus">True</property>
3393 <property name="invisible_char">&#x25CF;</property> 3525 <property name="invisible_char">&#x25CF;</property>
@@ -3402,14 +3534,15 @@
3402 </object> 3534 </object>
3403 <packing> 3535 <packing>
3404 <property name="expand">False</property> 3536 <property name="expand">False</property>
3405 <property name="position">1</property> 3537 <property name="padding">5</property>
3538 <property name="position">3</property>
3406 </packing> 3539 </packing>
3407 </child> 3540 </child>
3408 <child> 3541 <child>
3409 <object class="GtkHBox" id="GNUNET_setup_vpn_exit_ipv6_address_hbox"> 3542 <object class="GtkHBox" id="GNUNET_setup_exit_ipv6_address_hbox">
3410 <property name="visible">True</property> 3543 <property name="visible">True</property>
3411 <child> 3544 <child>
3412 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_label"> 3545 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_label">
3413 <property name="visible">True</property> 3546 <property name="visible">True</property>
3414 <property name="label" translatable="yes">IPv6 address for Exit interface: </property> 3547 <property name="label" translatable="yes">IPv6 address for Exit interface: </property>
3415 </object> 3548 </object>
@@ -3420,9 +3553,10 @@
3420 </packing> 3553 </packing>
3421 </child> 3554 </child>
3422 <child> 3555 <child>
3423 <object class="GtkEntry" id="GNUNET_setup_vpn_exit_interface_v6_ip_entry"> 3556 <object class="GtkEntry" id="GNUNET_setup_exit_interface_v6_ip_entry">
3424 <property name="visible">True</property> 3557 <property name="visible">True</property>
3425 <property name="can_focus">True</property> 3558 <property name="can_focus">True</property>
3559 <property name="tooltip_text" translatable="yes">This should be a globally routed IPv6 subnet of your host. Alternatively, if your kernel supports IPv6-NAT, you can pick any site-local prefix and manually configure IPv6-NAT.</property>
3426 <property name="invisible_char">&#x25CF;</property> 3560 <property name="invisible_char">&#x25CF;</property>
3427 <property name="primary_icon_sensitive">True</property> 3561 <property name="primary_icon_sensitive">True</property>
3428 <property name="secondary_icon_sensitive">True</property> 3562 <property name="secondary_icon_sensitive">True</property>
@@ -3433,7 +3567,7 @@
3433 </packing> 3567 </packing>
3434 </child> 3568 </child>
3435 <child> 3569 <child>
3436 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_ipv6_address_slash_label"> 3570 <object class="GtkLabel" id="GNUNET_setup_exit_ipv6_address_slash_label">
3437 <property name="visible">True</property> 3571 <property name="visible">True</property>
3438 <property name="label" translatable="yes">/</property> 3572 <property name="label" translatable="yes">/</property>
3439 </object> 3573 </object>
@@ -3443,13 +3577,13 @@
3443 </packing> 3577 </packing>
3444 </child> 3578 </child>
3445 <child> 3579 <child>
3446 <object class="GtkSpinButton" id="GNUNET_setup_vpn_exit_interface_v6_mask_spinbutton"> 3580 <object class="GtkSpinButton" id="GNUNET_setup_exit_interface_v6_mask_spinbutton">
3447 <property name="visible">True</property> 3581 <property name="visible">True</property>
3448 <property name="can_focus">True</property> 3582 <property name="can_focus">True</property>
3449 <property name="invisible_char">&#x25CF;</property> 3583 <property name="invisible_char">&#x25CF;</property>
3450 <property name="primary_icon_sensitive">True</property> 3584 <property name="primary_icon_sensitive">True</property>
3451 <property name="secondary_icon_sensitive">True</property> 3585 <property name="secondary_icon_sensitive">True</property>
3452 <property name="adjustment">GNUNET_vpn_exit_interface_mask_adjustment</property> 3586 <property name="adjustment">GNUNET_setup_exit_interface_mask_adjustment</property>
3453 </object> 3587 </object>
3454 <packing> 3588 <packing>
3455 <property name="expand">False</property> 3589 <property name="expand">False</property>
@@ -3459,7 +3593,7 @@
3459 </object> 3593 </object>
3460 <packing> 3594 <packing>
3461 <property name="expand">False</property> 3595 <property name="expand">False</property>
3462 <property name="position">2</property> 3596 <property name="position">4</property>
3463 </packing> 3597 </packing>
3464 </child> 3598 </child>
3465 </object> 3599 </object>
@@ -3467,9 +3601,9 @@
3467 </object> 3601 </object>
3468 </child> 3602 </child>
3469 <child type="label"> 3603 <child type="label">
3470 <object class="GtkLabel" id="GNUNET_setup_vpn_exit_frame_label"> 3604 <object class="GtkLabel" id="GNUNET_setup_exit_frame_label">
3471 <property name="visible">True</property> 3605 <property name="visible">True</property>
3472 <property name="label" translatable="yes">&lt;b&gt;GNUnet VPN Exit Interface&lt;/b&gt;</property> 3606 <property name="label" translatable="yes">&lt;b&gt;GNUnet Exit Configuration&lt;/b&gt;</property>
3473 <property name="use_markup">True</property> 3607 <property name="use_markup">True</property>
3474 </object> 3608 </object>
3475 </child> 3609 </child>
@@ -3477,106 +3611,245 @@
3477 <packing> 3611 <packing>
3478 <property name="expand">False</property> 3612 <property name="expand">False</property>
3479 <property name="padding">5</property> 3613 <property name="padding">5</property>
3480 <property name="position">2</property> 3614 <property name="position">0</property>
3481 </packing> 3615 </packing>
3482 </child> 3616 </child>
3617 </object>
3618 <packing>
3619 <property name="position">5</property>
3620 </packing>
3621 </child>
3622 <child type="tab">
3623 <object class="GtkLabel" id="GNUNET_setup_exit_label">
3624 <property name="visible">True</property>
3625 <property name="label" translatable="yes">_Exit</property>
3626 <property name="use_underline">True</property>
3627 </object>
3628 <packing>
3629 <property name="position">5</property>
3630 <property name="tab_fill">False</property>
3631 </packing>
3632 </child>
3633 <child>
3634 <object class="GtkVBox" id="GNUNET_SETUP_gns_vbox">
3635 <property name="visible">True</property>
3636 <property name="orientation">vertical</property>
3483 <child> 3637 <child>
3484 <object class="GtkFrame" id="GNUNET_setup_vpn_service_configuration_frame"> 3638 <object class="GtkVBox" id="vbox1">
3485 <property name="visible">True</property> 3639 <property name="visible">True</property>
3486 <property name="label_xalign">0</property> 3640 <property name="orientation">vertical</property>
3487 <property name="shadow_type">none</property>
3488 <child> 3641 <child>
3489 <object class="GtkAlignment" id="GNUNET_setup_vpn_dns_service_configuration_frame_alignment"> 3642 <object class="GtkFrame" id="GNUNET_setup_gns_basics_frame">
3490 <property name="visible">True</property> 3643 <property name="visible">True</property>
3491 <property name="left_padding">12</property> 3644 <property name="label_xalign">0</property>
3645 <property name="shadow_type">none</property>
3492 <child> 3646 <child>
3493 <object class="GtkScrolledWindow" id="GNUNET_setup_vpn_dns_service_scrolledwindow"> 3647 <object class="GtkAlignment" id="GNUNET_setup_gns_basics_alignment">
3494 <property name="visible">True</property> 3648 <property name="visible">True</property>
3495 <property name="can_focus">True</property> 3649 <property name="left_padding">12</property>
3496 <property name="hscrollbar_policy">never</property>
3497 <property name="shadow_type">in</property>
3498 <child> 3650 <child>
3499 <object class="GtkViewport" id="GNUNET_setup_vpn_viewport"> 3651 <object class="GtkVBox" id="GNUNET_setup_gns_basics_vbox">
3500 <property name="visible">True</property> 3652 <property name="visible">True</property>
3653 <property name="orientation">vertical</property>
3501 <child> 3654 <child>
3502 <object class="GtkTreeView" id="GNUNET_setup_vpn_dns_service_treeview"> 3655 <object class="GtkHBox" id="GNUNET_setup_gns_basics_hbox">
3503 <property name="visible">True</property> 3656 <property name="visible">True</property>
3504 <property name="can_focus">True</property> 3657 <child>
3505 <property name="model">vpn_dns_config_liststore</property> 3658 <object class="GtkLabel" id="GNUNET_setup_gns_basics_preferred_name_label">
3506 <property name="search_column">0</property> 3659 <property name="visible">True</property>
3507 <child> 3660 <property name="label" translatable="yes">_Preferred Name:</property>
3508 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_dnsname_treeviewcolumn"> 3661 <property name="use_underline">True</property>
3509 <property name="sizing">autosize</property>
3510 <property name="title">DNS name</property>
3511 <property name="clickable">True</property>
3512 <property name="reorderable">True</property>
3513 <property name="sort_indicator">True</property>
3514 <property name="sort_column_id">0</property>
3515 <child>
3516 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_dnsname_cellrenderertext">
3517 <property name="editable">True</property>
3518 </object>
3519 <attributes>
3520 <attribute name="text">0</attribute>
3521 </attributes>
3522 </child>
3523 </object> 3662 </object>
3663 <packing>
3664 <property name="expand">False</property>
3665 <property name="fill">False</property>
3666 <property name="padding">5</property>
3667 <property name="position">0</property>
3668 </packing>
3524 </child> 3669 </child>
3525 <child> 3670 <child>
3526 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_tcpudp_treeviewcolumn"> 3671 <object class="GtkEntry" id="GNUNET_setup_gns_basics_preferred_name_entry">
3527 <property name="sizing">autosize</property> 3672 <property name="visible">True</property>
3528 <property name="title">Prot.</property> 3673 <property name="can_focus">True</property>
3529 <child> 3674 <property name="tooltip_text" translatable="yes">This is the name you use for your own domain and the name that you would prefer others to use for you. Picking a unique name is a good idea so that others will actually be able to use your unique name to reference your domain.</property>
3530 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_tcpudp_cellrenderertext"> 3675 <property name="max_length">63</property>
3531 <property name="editable">True</property> 3676 <property name="invisible_char">&#x25CF;</property>
3532 </object> 3677 </object>
3533 <attributes> 3678 <packing>
3534 <attribute name="text">4</attribute> 3679 <property name="expand">False</property>
3535 </attributes> 3680 <property name="fill">False</property>
3536 </child> 3681 <property name="padding">5</property>
3682 <property name="position">1</property>
3683 </packing>
3684 </child>
3685 </object>
3686 <packing>
3687 <property name="expand">False</property>
3688 <property name="fill">False</property>
3689 <property name="padding">5</property>
3690 <property name="position">0</property>
3691 </packing>
3692 </child>
3693 <child>
3694 <object class="GtkHBox" id="GNUNET_setup_gns_basics_identity_hbox">
3695 <property name="visible">True</property>
3696 <child>
3697 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_label">
3698 <property name="visible">True</property>
3699 <property name="label" translatable="yes">Cryptographic Identity:</property>
3537 </object> 3700 </object>
3701 <packing>
3702 <property name="expand">False</property>
3703 <property name="fill">False</property>
3704 <property name="padding">5</property>
3705 <property name="position">0</property>
3706 </packing>
3538 </child> 3707 </child>
3539 <child> 3708 <child>
3540 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_sourceport_treeviewcolumn"> 3709 <object class="GtkLabel" id="GNUNET_setup_gns_basics_identity_value_label">
3541 <property name="sizing">autosize</property> 3710 <property name="visible">True</property>
3542 <property name="title">Source Port</property> 3711 <property name="label">---set dynamically---</property>
3543 <child>
3544 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_sourceport_cellrenderertext">
3545 <property name="editable">True</property>
3546 </object>
3547 <attributes>
3548 <attribute name="text">1</attribute>
3549 </attributes>
3550 </child>
3551 </object> 3712 </object>
3713 <packing>
3714 <property name="expand">False</property>
3715 <property name="padding">5</property>
3716 <property name="position">1</property>
3717 </packing>
3552 </child> 3718 </child>
3553 <child> 3719 <child>
3554 <object class="GtkTreeViewColumn" id="GNUNET_setup_vpn_dns_service_destination_treeviewcolumn"> 3720 <object class="GtkButton" id="GNUNET_setup_gns_basics_copy_id_button">
3555 <property name="resizable">True</property> 3721 <property name="label">gtk-copy</property>
3556 <property name="title">Destination</property> 3722 <property name="visible">True</property>
3557 <property name="reorderable">True</property> 3723 <property name="can_focus">True</property>
3558 <property name="sort_indicator">True</property> 3724 <property name="receives_default">True</property>
3559 <property name="sort_column_id">2</property> 3725 <property name="tooltip_text" translatable="yes">This will copy the string that represents your cryptographic identity (your public key) to the clipboard. This will allow you to share it out-of-band with other users.</property>
3726 <property name="use_stock">True</property>
3727 </object>
3728 <packing>
3729 <property name="expand">False</property>
3730 <property name="fill">False</property>
3731 <property name="padding">5</property>
3732 <property name="position">2</property>
3733 </packing>
3734 </child>
3735 </object>
3736 <packing>
3737 <property name="expand">False</property>
3738 <property name="fill">False</property>
3739 <property name="padding">5</property>
3740 <property name="position">1</property>
3741 </packing>
3742 </child>
3743 </object>
3744 </child>
3745 </object>
3746 </child>
3747 <child type="label">
3748 <object class="GtkLabel" id="GNUNET_setup_gns_basics_label">
3749 <property name="visible">True</property>
3750 <property name="label" translatable="yes">&lt;b&gt;Domain Owner Information&lt;/b&gt;</property>
3751 <property name="use_markup">True</property>
3752 </object>
3753 </child>
3754 </object>
3755 <packing>
3756 <property name="expand">False</property>
3757 <property name="fill">False</property>
3758 <property name="padding">5</property>
3759 <property name="position">0</property>
3760 </packing>
3761 </child>
3762 <child>
3763 <object class="GtkFrame" id="GNUNET_setup_gns_configuration_frame">
3764 <property name="visible">True</property>
3765 <property name="label_xalign">0</property>
3766 <property name="shadow_type">none</property>
3767 <child>
3768 <object class="GtkAlignment" id="GNUNET_setup_gns_configuration_frame_alignment">
3769 <property name="visible">True</property>
3770 <property name="left_padding">12</property>
3771 <child>
3772 <object class="GtkScrolledWindow" id="GNUNET_setup_gns_scrolledwindow">
3773 <property name="visible">True</property>
3774 <property name="can_focus">True</property>
3775 <property name="hscrollbar_policy">never</property>
3776 <property name="vscrollbar_policy">automatic</property>
3777 <property name="shadow_type">in</property>
3778 <child>
3779 <object class="GtkViewport" id="GNUNET_setup_gns_viewport">
3780 <property name="visible">True</property>
3781 <property name="resize_mode">queue</property>
3782 <child>
3783 <object class="GtkTreeView" id="GNUNET_setup_gns_treeview">
3784 <property name="visible">True</property>
3785 <property name="can_focus">True</property>
3786 <property name="model">GNUNET_setup_gns_liststore</property>
3787 <property name="headers_clickable">False</property>
3788 <property name="search_column">0</property>
3789 <child>
3790 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_name_treeviewcolumn">
3791 <property name="sizing">autosize</property>
3792 <property name="title">Hostname</property>
3793 <property name="clickable">True</property>
3794 <property name="reorderable">True</property>
3795 <property name="sort_indicator">True</property>
3796 <property name="sort_column_id">0</property>
3797 <child>
3798 <object class="GtkCellRendererText" id="GNUNET_setup_gns_name_cellrenderertext">
3799 <property name="editable">True</property>
3800 </object>
3801 <attributes>
3802 <attribute name="text">0</attribute>
3803 </attributes>
3804 </child>
3805 </object>
3806 </child>
3560 <child> 3807 <child>
3561 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_targethostname_cellrenderertext"> 3808 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_typ_treeviewcolumn">
3562 <property name="editable">True</property> 3809 <property name="resizable">True</property>
3810 <property name="sizing">autosize</property>
3811 <property name="title">Type</property>
3812 <child>
3813 <object class="GtkCellRendererText" id="GNUNET_setup_gns_type_cellrenderertext">
3814 <property name="editable">True</property>
3815 </object>
3816 <attributes>
3817 <attribute name="text">4</attribute>
3818 </attributes>
3819 </child>
3563 </object> 3820 </object>
3564 <attributes>
3565 <attribute name="text">3</attribute>
3566 </attributes>
3567 </child> 3821 </child>
3568 <child> 3822 <child>
3569 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_targetcolon_cellrenderertext"> 3823 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_ttl_treeviewcolumn">
3570 <property name="text">:</property> 3824 <property name="sizing">autosize</property>
3825 <property name="title">TTL</property>
3826 <child>
3827 <object class="GtkCellRendererText" id="GNUNET_setup_gns_ttl_cellrenderertext">
3828 <property name="editable">True</property>
3829 </object>
3830 <attributes>
3831 <attribute name="text">1</attribute>
3832 </attributes>
3833 </child>
3571 </object> 3834 </object>
3572 </child> 3835 </child>
3573 <child> 3836 <child>
3574 <object class="GtkCellRendererText" id="GNUNET_setup_vpn_dns_service_targetport_cellrenderertext"> 3837 <object class="GtkTreeViewColumn" id="GNUNET_setup_gns_value_treeviewcolumn">
3575 <property name="editable">True</property> 3838 <property name="resizable">True</property>
3839 <property name="title">Value</property>
3840 <property name="clickable">True</property>
3841 <property name="reorderable">True</property>
3842 <property name="sort_indicator">True</property>
3843 <property name="sort_column_id">2</property>
3844 <child>
3845 <object class="GtkCellRendererText" id="GNUNET_setup_gns_value_cellrenderertext">
3846 <property name="editable">True</property>
3847 </object>
3848 <attributes>
3849 <attribute name="text">3</attribute>
3850 </attributes>
3851 </child>
3576 </object> 3852 </object>
3577 <attributes>
3578 <attribute name="text">2</attribute>
3579 </attributes>
3580 </child> 3853 </child>
3581 </object> 3854 </object>
3582 </child> 3855 </child>
@@ -3586,34 +3859,37 @@
3586 </child> 3859 </child>
3587 </object> 3860 </object>
3588 </child> 3861 </child>
3862 <child type="label">
3863 <object class="GtkLabel" id="GNUNET_setup_gns_configuration_frame_label">
3864 <property name="visible">True</property>
3865 <property name="label" translatable="yes">&lt;b&gt;GNS Database&lt;/b&gt;</property>
3866 <property name="use_markup">True</property>
3867 </object>
3868 </child>
3589 </object> 3869 </object>
3590 </child> 3870 <packing>
3591 <child type="label"> 3871 <property name="padding">5</property>
3592 <object class="GtkLabel" id="GNUNET_setup_vpn_dns_service_configuration_frame_label"> 3872 <property name="position">1</property>
3593 <property name="visible">True</property> 3873 </packing>
3594 <property name="label" translatable="yes">&lt;b&gt;DNS Services Configuration&lt;/b&gt;</property>
3595 <property name="use_markup">True</property>
3596 </object>
3597 </child> 3874 </child>
3598 </object> 3875 </object>
3599 <packing> 3876 <packing>
3600 <property name="padding">5</property> 3877 <property name="position">0</property>
3601 <property name="position">3</property>
3602 </packing> 3878 </packing>
3603 </child> 3879 </child>
3604 </object> 3880 </object>
3605 <packing> 3881 <packing>
3606 <property name="position">4</property> 3882 <property name="position">6</property>
3607 </packing> 3883 </packing>
3608 </child> 3884 </child>
3609 <child type="tab"> 3885 <child type="tab">
3610 <object class="GtkLabel" id="GNUNET_setup_vpn_label"> 3886 <object class="GtkLabel" id="GNUNET_SETUP_gns_label">
3611 <property name="visible">True</property> 3887 <property name="visible">True</property>
3612 <property name="label" translatable="yes">_VPN</property> 3888 <property name="label" translatable="yes">GN_S</property>
3613 <property name="use_underline">True</property> 3889 <property name="use_underline">True</property>
3614 </object> 3890 </object>
3615 <packing> 3891 <packing>
3616 <property name="position">4</property> 3892 <property name="position">6</property>
3617 <property name="tab_fill">False</property> 3893 <property name="tab_fill">False</property>
3618 </packing> 3894 </packing>
3619 </child> 3895 </child>
@@ -3789,14 +4065,14 @@
3789 <property name="step_increment">1</property> 4065 <property name="step_increment">1</property>
3790 <property name="page_increment">10</property> 4066 <property name="page_increment">10</property>
3791 </object> 4067 </object>
3792 <object class="GtkAdjustment" id="GNUNET_vpn_exit_interface_mask_adjustment"> 4068 <object class="GtkAdjustment" id="GNUNET_setup_exit_interface_mask_adjustment">
3793 <property name="value">48</property> 4069 <property name="value">48</property>
3794 <property name="lower">1</property> 4070 <property name="lower">1</property>
3795 <property name="upper">127</property> 4071 <property name="upper">127</property>
3796 <property name="step_increment">1</property> 4072 <property name="step_increment">1</property>
3797 <property name="page_increment">10</property> 4073 <property name="page_increment">10</property>
3798 </object> 4074 </object>
3799 <object class="GtkAdjustment" id="GNUNET_vpn_master_interface_mask_adjustment"> 4075 <object class="GtkAdjustment" id="GNUNET_setup_vpn_interface_mask_adjustment">
3800 <property name="value">48</property> 4076 <property name="value">48</property>
3801 <property name="lower">1</property> 4077 <property name="lower">1</property>
3802 <property name="upper">127</property> 4078 <property name="upper">127</property>