summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-23 01:20:04 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-23 01:20:04 +0200
commit4f9cb7f330beab9fb09f52421b2dbd15835476e2 (patch)
tree328517eb3aeea310d0328c08953f57ae663e8d75 /data
parentc278eac390bd37c5ca8b319ed15605211822c08f (diff)
Add proxy to GUI
Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open
Diffstat (limited to 'data')
-rw-r--r--data/tp-monitor-gtk.gschema.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/tp-monitor-gtk.gschema.xml b/data/tp-monitor-gtk.gschema.xml
index 9dde64c..d1e3987 100644
--- a/data/tp-monitor-gtk.gschema.xml
+++ b/data/tp-monitor-gtk.gschema.xml
@@ -6,5 +6,17 @@
Last monitor host connected to
</description>
</key>
+ <key name="bind" type="s">
+ <default>""</default>
+ <description>
+ Last proxy bind address
+ </description>
+ </key>
+ <key name="port" type="s">
+ <default>"8080"</default>
+ <description>
+ Last proxy port
+ </description>
+ </key>
</schema>
</schemalist>