1.0.9 release
Somehow it stopped binding on local TCP ports
with config
WGConfig = /etc/wireguard/test.conf
[http]
BindAddress = 127.0.0.1:40000
[Socks5]
BindAddress = 127.0.0.1:40001
nothing wrong in the logs, no error, but it just doesn't even try to bind on the TCP ports for http / socks5. Even after I changed the ports around it still has the exact same problem
DEBUG: 2025/09/11 04:32:59 UAPI: Updating private key
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 4 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 6 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 2 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 4 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 3 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 5 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 3 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 5 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 2 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 3 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 1 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 5 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 4 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 2 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 6 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 1 - started
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 8 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 6 - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 7 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 8 - started
DEBUG: 2025/09/11 04:32:59 Routine: TUN reader - started
DEBUG: 2025/09/11 04:32:59 Routine: encryption worker 8 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 7 - started
DEBUG: 2025/09/11 04:32:59 Routine: decryption worker 1 - started
DEBUG: 2025/09/11 04:32:59 Routine: event worker - started
DEBUG: 2025/09/11 04:32:59 Interface up requested
DEBUG: 2025/09/11 04:32:59 Routine: handshake worker 7 - started
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - UAPI: Created
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - UAPI: Updating persistent keepalive interval
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - UAPI: Updating preshared key
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - UAPI: Updating endpoint
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - UAPI: Adding allowedip
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - Starting
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - Routine: sequential receiver - started
DEBUG: 2025/09/11 04:32:59 UDP bind has been updated
DEBUG: 2025/09/11 04:32:59 Interface state was Down, requested Up, now Up
DEBUG: 2025/09/11 04:32:59 Routine: receive incoming v4 - started
DEBUG: 2025/09/11 04:32:59 Routine: receive incoming v6 - started
DEBUG: 2025/09/11 04:32:59 peer(4ZNS…sg0c) - Routine: sequential sender - started
1.0.9 release
Somehow it stopped binding on local TCP ports
with config
nothing wrong in the logs, no error, but it just doesn't even try to bind on the TCP ports for http / socks5. Even after I changed the ports around it still has the exact same problem