-udp ignoring interface #153

Open
opened 2026-01-29 16:36:31 +00:00 by claunia · 0 comments
Owner

Originally created by @cfsmp3 on GitHub (May 31, 2016).

Originally assigned to: @rkuchumov on GitHub.

This command:

/home/captions/ccextractorgit/ccextractor/linux/ccextractor -quiet -txt -s -stdout -udp 127.0.0.1:7701

Should make CCExtractor bind port 7701 on the loopback IP address (only), however

netstat shows that it's binding to all interfaces
udp 0 0 0.0.0.0:7701 0.0.0.0:* 20938/ccextractor

Originally created by @cfsmp3 on GitHub (May 31, 2016). Originally assigned to: @rkuchumov on GitHub. This command: /home/captions/ccextractorgit/ccextractor/linux/ccextractor -quiet -txt -s -stdout -udp 127.0.0.1:7701 Should make CCExtractor bind port 7701 on the loopback IP address (only), however netstat shows that it's binding to all interfaces udp 0 0 0.0.0.0:7701 0.0.0.0:\* 20938/ccextractor
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#153