-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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. |
@@Stop being full of shit, you're help desk. How many times have I corrected your stupidity? Do you not understand I can see through you like glass. Do you want me to point it out again and again? Besides dumbass you can't even do support with sense. Now the proof is in the pudding. Look at you pinning projects as if you were a major factor in development. When you can't even be a half decent support desk. Look, I try my best to not label people as incompetent but you have proven it, repeatedly.
I could go on and on old man. I do it for the love of the game. Half my life has been spent with these machines. I respect the beginners and crucify the pretenders and look up to the masters. The masters need no recognition. Short sighted dumbass programming is an art form that must be treated with respect. Wanting not to understand is an avenue paved by ignorance bound to shaken by the foundations of knowledge. Who the fuck are you to determine if something is working or not, when you have zero understanding of what you're doing and refuse to listen to otherwise. Here a list of shit I said I would do and did.
All while not knowing a rats ass about Vue and I still don't know what the fuck I'm doing. I'm a kid that's been here since KitKat and cyanogen rom ports. I don't like you because of how confident you are in your own self contrived ignorance. It defies all logic and turned app deployment into a drunk circus that could be made dirt simple. The anmneziaeg docker compose I sent you and Zou, is an example of that. No entrypoint needed? I know I wrote it, Easter eggs are for you. I wanted to use WGDash and just maintain a deploy script, but no you had to hard code stupid into main. @EgorChadov Added Tor Stop/start button in latest beta build. It's also supported the AmneziaWG kernel module is installed on docker host. Bare metal builds on the way. |
@NOXCIS Thank! Just tested it, works well! Also, if it is possible, could obfuscation parameters be added to the config somewhere, as an additional option? Maybe in environment variables, for example? The thing is that sometimes it is important to set some parameters manually. Here is a message from AmneziaWG developers:
|
I take my statement back. |
@DaanSelen I wasnt even speaking to you... but anyway... There is no such thing as Wiregate or WGDashboard, both are attempts at implementing a user interface for the WireGuard Protocol. There is only the wireguard community. @donaldzou built a strong foundational code base for this purpose known as WGDashboard, from this foundation i became the architect of Wiregate. Which probably would've still been just a docker stack if your ego and ignorance didnt get im way, so history should thank you. Bottom line, your commits are weak and your talk, cheap. I said i wanted something and made it happen. Your words matter to the scales equal that of a feather. LoL, cool you googled me. Riddle Me this, ive never had a linked in Profile picture and stop updating it a while back. Where does the trail go...? Anyway thank God for AI thinning the pretenders, may the Computing Career Hype Train Crash and Burn. Oh one last thing...
Oh I never said it's enterprise software that's the output from this prompt, "Wiregate vs WGDashboard" against the two code bases. The same AI that's been data scrapping the internet for that last two years. Odd, I know, but code is just a recipe at the end of the day. What it would need is an Upstream Database syncing pipeline, mesh network generator, custom client app to encrypt the raw config and use existing enterprise Auth to decrypt and connect. You could take this a step further for the client app and keep the decrypted config in memory then clearing once disconnected. Boom Massive multi cluster deployment. At the end of the day it's still a powerful system admin tool. Firewalls probably need a better UX, but who cares. Also It's already in production environments so I don't know about the no companies thing. The issue Number is Perfect for these shenanigans @EgorChadov Thanks for the feedback, ill adjust the auto gen and add a patch for the pers disappearing. It seem like a database misalignment is causing it due to peer params not being updated when the config params are updated. You can edit the Raw Config for the interface to change the AWG parameters. its in the config settings. |
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: