PracticalParrot

joined 1 year ago
[–] [email protected] 1 points 5 months ago

Rustdesk for me is fantastic, it's completely replaced everything else. Except for 1 small hitch, that I cannot seem to solve, and I don't know if it is Rustdesk's fault, but it's the only service I am hosting that has this problem. LAN can connect to LAN, and external can connect to external. However local machines cannot communicate with devices outside my network, and devices outside my network cannot communicate with LAN devices.........

Fixed it by using VPN on my machine, so I'm no longer within my own network, and using... Another program for when I need to connect to my local machines outside of my own network.

[–] [email protected] 2 points 6 months ago

This is a smart solution. Only solution I have so far is self hosting bitwarden, using unique password to login, and having 2fa to login to bitwarden, where the key is in bitwarden, and on aegis on a phone at home.

[–] [email protected] 2 points 6 months ago (2 children)

You're absolutely right. It's all about your threat model, how much convenience you're willing to lose and what not.
I absolutely should do more to minimize potential risk, but it's really so convenient to just.... Have it all in 1 place...

[–] [email protected] 35 points 6 months ago (6 children)

I do this. I want to point out it is absolutely TERRIBLE for security. It's turning 2 factor back into 1 factor authentication.

[–] [email protected] 2 points 7 months ago

For anyone reading this and getting ideas.... Syncthing is not a backup tool. Please don't use it for backups. the devs have addressed this so many times.

Before you lose your data, please try deleting a single file and see what happens.

[–] [email protected] 5 points 7 months ago (1 children)

Syncthing is not a backup tool. Please don't use it for backups. the devs have addressed this so many times.

Before you lose your data, please try deleting a single file and see what happens.

[–] [email protected] 5 points 7 months ago

Good old Reddit :)

[–] [email protected] 21 points 7 months ago (1 children)

If you look at what data they handed over you'll realize this is a positive thing. You have verifiable proof that the contents of your mails is private, and you're calling it a negative thing that they have your IP address??

[–] [email protected] 8 points 7 months ago

Stealing from Amazon will never not be ok.

[–] [email protected] 3 points 7 months ago (1 children)

Too bad it's US only.

[–] [email protected] 2 points 7 months ago (1 children)

I'd love to know how to deal with this. Currently sitting on 12TB used. Decent upload but cloud storage for that much is expensive. I have 5 8TB HDDs, 2 of which act as redundancy in RAID6 config.

One thought I had was convince a friend to setup the same, and dedicate half of each other's storage as redundancy for the other person.

[–] [email protected] 5 points 8 months ago

Thrive. Essentially spore 2. Been in development 10 years and is entirely free to play. If you want to support them it's €4 on steam.

 

Hi everyone!
I am learning about using selenium and/or playwright and I'm struggling with something that I am struggling to find a good solution to.
Prevent webRTC leaking my real IP when using proxies with either Selenium or Playwright.

There's plenty of janky workarounds I've seen but they all just seem like they have issues and/or cause issues. What would be the right way to prevent WebRTC IP leaking?

14
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hi there!
So I was hoping programming might be able to help with this. I am trying to learn how to use Selenium for personal projects.

I have tried using normal, straight up selenium but it does not support authorized proxies...
I have tried SeleniumBase, but when I got it working, there were WebRTC leaks that I could not avoid.
I have tried using Undetected-chrome but that too I was unable to get authorized proxies working...
For proxies, I tried seleniumwire as well. That seems to use its own SSL certificates which unfortunately as far as I can tell is easy to detect.
Main purpose for me is web scraping and or simple login to X site, enter X info and close.

So my question is... What is the proper way to use Selenium for automating functions while avoiding detection?

Thank you in advance.

EDIT: I made this post because I am hitting a wall at every turn, and I feel like I might just be approaching this the wrong way, or maybe I'm just missing something crucial. I was hoping someone with more experience could explain to me what is the correct way of doing it without cobbling it together with duct tape.

view more: next ›