![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
github.com/markkurossi/vpn
Virtual Private Network for Everything. The VPN application implements a "Virtual" Virtual Private Network i.e. there is no VPN server to connect to. The VPN creates a tunnel device, and it consumes all IP packets routed via the tunnel. This model allows to implement application independent network filters, for example:
Start the vpn application with DoH URL:
$ sudo ./vpn -doh https://mozilla.cloudflare-dns.com/dns-query
The DoH proxy implements the DNS request padding strategy, defined in
RFC 8467. If your DoH server
does not support padding, you can disable it with the -nopad
option.
Start the vpn application with a domain blacklist file:
$ sudo ./vpn -blacklist test.bl -i
The -i
flag starts the application in interactive mode:
You can also combine ad blocker with DoH:
$ sudo ./vpn -blacklist test.bl -doh https://mozilla.cloudflare-dns.com/dns-query -i
The tunnel device management code is taken from Frank Denis' project A Dead Simple VPN.
Mac OSX configuration is from the Internet. The DNS cache flushing instructions were borrowed from help.dreamhost.com.
$ scutil --dns | grep nameserver
$ networksetup -setdnsservers Wi-Fi 192.168.192.254
$ networksetup -setdnsservers Wi-Fi empty
$ sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper; sudo dscacheutil -flushcache
$ sudo killall -HUP mDNSResponder
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.