About 128 results found. (Query 0.08200 seconds)
Explore Help Register Sign in chat98 / chat98 Watch 1 Star 0 Fork You've already forked chat98 0 Code Issues Pull requests Projects Releases Packages Wiki Activity main chat98 / settings.gradle.kts 4 lines 114 B Kotlin Raw Permalink Normal View History Unescape Escape Upload 2025-08-11 19:25:17 -05:00 plugins { id ( " org.gradle.toolchains.foojay-resolver-convention " ) version " 0.8.0 " } rootProject . name = " chat98 " Reference in a new issue Copy permalink Powered by Forgejo...
Explore Help Register Sign In j8810kkw / tube Watch 1 Star 0 Fork 0 You've already forked tube Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity a714a4bb6b tube / Dockerfile.goreleaser j8810kkw 262c381e5e Authors and more files 2025-09-19 16:27:38 +08:00 27 lines 479 B Docker Raw Blame History # Runtime FROM alpine:latest RUN apk --no-cache -U add su-exec shadow ca-certificates tzdata ffmpeg ENV PUID = 1000 ENV PGID = 1000 RUN addgroup -g " ${ PGID } " tube && \ adduser -D -H -G...
in  r/pihole •  Feb 22 '26 You seem to be using Unbound as a caching only forwarder rather than a resolver itself? If you're going to use a public upstream resolver you may as well do that directly in PiHole, and cut out that extra step as it's adding nothing?
公安9課 Menu ▾ about VMware Veeam Networking Navicat PRTG 3CX NX IPFS Files about VMware Veeam Networking Navicat PRTG 3CX NX IPFS Files http mirror woes 2023-07-10 motoko meh, the http download thing was down due to :issues:. its back up, but i dont know for how long. expect ip/port changes again.. ← VMware UKG update still alive → TOR: http://y3anpsx5vlaus4xuvcdd75eavw4bxvnoyp55nojuaqxqzjdvylct4yqd.onion/ I2P: http://section9.i2p/ [...
Creo que la clave estaba en aprender en directo algo nuevo para interactuar de la forma en que lo hicimos ayer! Conseguimos resolver muchas dudas juntos! Abrimos directo mañana viernes 17? 3 82 Codenip @codenip_devs 16 Jan 2025 Aprovecho para agradecer a todos los que nos acompañasteis ayer en el directo.
Author : Niek van Noort, Jason Kerssens Supervisors : Cedric Both Report Presentation Performance comparison of VPN implementations WireGuard, strongSwan, and OpenVPN in a 1 Gbit/s environment Author : Patrick Spaans, Erik Dekker Supervisors : Aristide Bouix, Mohammad Al Najar Report Presentation Analysis of Bypassing Detection by Microsoft Advanced Threat Analytics Author : Edgar Bohte, Nick Offerman Supervisors : Cedric Van Bockhaven Report Presentation Iris recognition using low resolution photographs...
If my monitor tries to resolve an .onion address using the system’s DNS resolver, boom , I just leaked the fact that I am monitoring that site. I had to force everything through a SOCKS5 proxy. And I mean everything .
Tinyproxy is distributed using the GNU GPL license (version 2 or above). https://tinyproxy.github.io/ Unbound: is a validating, recursive, caching DNS resolver (for Home Networks). It is designed to be fast and lean and incorporates modern features based on open standards. To help increase online privacy, Unbound supports DNS-over-TLS and DNS-over-HTTPS which allows clients to encrypt their communication.
Imagino que isso seja uma questão que a maioria dos NEETs e hikikomori (até mesmo os japoneses) fazem. 3 : Ao mokoichannel, VIP deverá ser consultado :2025/12/05(金) 16:12:32.44 ID:0dh00A5W >>2 sei que no japão e na coreia do sul já está tendo o problema dos 5080, em que os hikikomoris estão chegando ao seus 50 anos e seus pais idosos estão morrendo de problemas naturais da idade sei que o governo de ambos os países estão procurando formas de como resolver isso, mas eu acho que 95% desses...
Prior to this, since Android 9.0, users could use the "Secure DNS" option to use DoT, a different implementation, for a secure resolver at their devices. Now in the latest versions of Android Secure DNS option detects if the provider have support for DoH and upgrades the connection for a faster, securer and more censorship-resistant DNS-resolving experience.
Your hop1.conf should look something like: root@x : /etc/wireguard# cat hop1.conf [Interface] PrivateKey = 4H5chAJHcdBGXhvizIFrs1VKYA6yvS67D6Uz8F38d0E= Address = 10.10.200.146 [Peer] Presharedkey = 4aRLSgf/1AtPgPTQ+xYEP9eh2BY7hELR+Vk1LMBIT4o= PublicKey = EZZUsR5l+Oe47s5900Q1JamvMYF6HB2Dbs6+ZAhXAzU= Endpoint = 64.42.181.244:443 AllowedIPs = 209.58.147.38/32 PersistentKeepalive = 25 Now you're ready to bring up the interface for the first hop: root@x : /etc/wireguard# wg-quick up hop1 [#] ip...
Parameters: ip - IPv4 or IPv6 add public   void   add (byte[] ip, String  source) Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
ToBase32 ( ) ) ; return s ; } } /** create new */ boost : : asio : : ip : : udp : : endpoint ep ( boost : : asio : : ip : : address : : from_string ( " 127.0.0.1 " ) , 0 ) ; m_Sessions . push_back ( new UDPSession ( ep , m_LocalDest , m_ Endpoint , ih , localPort , remotePort ) ) ; /** create new udp session */ boost : : asio : : ip : : udp : : endpoint ep ( m_LocalAddress , 0 ) ; m_Sessions . push_back ( new UDPSession ( ep , m_LocalDest , m_ Remote...
Parameters: inetSalt - getIdenticonCode public static int getIdenticonCode ( InetAddress inetAddr) throws Exception Returns identicon code for given IP address. Current implementation uses first four bytes of SHA1(int(mask(ip))+salt) where mask(ip) uses inetMask to remove unwanted bits from IP address.
An IP address itself is not directly connected to a person, However, an IP address can be traced to an individual who visits multiple websites.
Тут все просто: руками налаштовуємо маршрут на потрібний девайс (в мене Ethernet - це end0 ) засобами утиліти ip , що має бути з коробки # знайти девайс ip link show # залінкувати end0 на статичний IP ip addr add 192.168.0.123/8 dev end0 ip link set end0 up # 192.168.0.1 - адреса роутера, можна не додавати якщо не треба Інтернет # ip route add default via 192.168.0.1 dev end0 Відновлення утиліт Armbian...
Offline Link Сообщение   Тема   (x) день назад Как заставить i2pd смотреть на несколько ip » Yotsu Участник Registered: February 2026 Последний раз: день назад Сообщения: 3 Как настроить ш2зв так, что бы он как роутер одновременно смотрел и на внешний ip, и на локалхост?
The THUS NGN accommodates seven Classes of Service, four of which are currently offered on MPLS IP VPN . In the Netherlands, KPN is developing an NGN in a network transformation program called all-IP. Next Generation Networks also extends into the messaging domain and in Ireland, Openmind Networks has designed, built and deployed Traffic Control to handle the demands and requirements of all IP networks.
The weird thing is that ProcMon itself didn't eat any noticeable CPU time during geo-ip, it just made the normal JVM geo-ip code eat a ton of CPU time. It has no noticeable effect on the CPU time of any other program, or even on the JVM except during the new geo-ip processing, so I had no suspicion what was happening.
Unless someone decides to register that on stats.i2p or reg.i2p in which case it would get confusing mesh yeah I hope the jumpservers would never accept such an address mesh right now my address resolver basically says, if (host is 'localhost.i2p') return session.getMyDestination() else if (host endswith 'b32.i2p') return b32Lookup(host); try base64 parsing of host; Last Resort: namingContext.lookup mesh I think that covers all the possibilities mesh the other question is how do you...