-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Disable tor #69
Comments
Just change the iptables for the configuration you're using. Look in the Static-Deploy/src/iptable-rules/ for the default non-tor script templates. Yeah it doesn't matter if the bridges are defined in the config, if the UseBridges 1 line inst present. Which is all that toggle does. Adds/removes the use bridges from the config. The plugins aren't used without bridges. Also what build are you on. beta & dev builds are untested. Use jiaotu-beta-v0.4, if you're gonna use the beta builds. |
Thanks for your answer. So, if WGD_TOR_PROXY=false, WGD_TOR_BRIDGES=false and iptables set to non-tor templates then tor is disabled? But it will still exist in the container, right? Thanks for the wiregate, I really like it! I also got a question about ipv6. Why may it not work? My VPS has ipv6 and it's configurated. We don't need other iptables rules for ipv6? |
Those flags in the compose are for your initial enviorment setup for the 4 generated configurations. So if you set them to true they will apply the tor iptables to the configs. False will generate configs that use the non tor iptables. However the tor procsess will still be running regarless. if your not using ipv6 there no need for iptables until you do use ipv6. Dont thank me that this jackass over on WGDashboard. donaldzou/WGDashboard#358 (comment). I took offense and builtout Wiregate out of pure spite. Thats why ill help out but refuse to do PR's. @DaanSelen <--Thank this useless dumbass. |
I'm sorry I had to step in to create a working image instead of the non-functional state you left it in. |
@DaanSelen You're full of shit. Remind me of what a support enginner is again? Mate github is public and so is your ignorance. Point out the commit, do a git blame if your words have any credibility. You do this for the name, i do for the game, we are not the same old man. |
I do not have to prove anything to someone so arrogant and full of himself. Donald himself proposed a rollback once your work was done. Please get out of you butthurt tantrum and resume your life. Like we said already in WGDashboard communication mediums, your actions like this are not welcome, and those were not my words. |
Hello!
Is it possible to turn off tor entirely?
My current docker-compose is:
As you can see WGD_TOR_PROXY and WGD_TOR_BRIDGES turned off. But tor is still running in system and container logs shows that tor getting new bridges. Also button 'Bridges enabled' in web interface always green no matter what I'm choosing.
The text was updated successfully, but these errors were encountered: