1.6 KiB
1.6 KiB
Opened 3 years ago
Last modified 2 years ago
#2335infoneeded_newdefect
CLI commands doesnt has GUI effects
Reported by:anonymous maybeOwned by: Priority: minor Milestone: undecided Component: router/general Version: 0.9.37 Keywords:
Cc:
Parent Tickets:
Sensitive: no
Description (last modified by anonymous maybe)
when i try to disable a function in the router , the router will respond to it as its disabled, but when i check the i2pconsole its still active.
e.g:
sudo sed -i '/^.*tunnel\.0\.\(proxyList\|option\.i2ptunnel\.httpclient\.SSLOutproxies\)/d' "/var/lib/i2p/i2p-config/i2ptunnel.config"
this should remove the out-proxy 4444 , but when i visit the console still there.
another example if i disable the upnp through adding
i2np.upnp.enable=false
to
/var/lib/i2p/i2p-config/router.config
the I2Pconsole will still show that upnp is active/with tick mark.
this is dangerous in one side , that the GUI might overcome the CLI effect thus manipulating it. and vise versa.