How do I get scripts for udp server
Please I need a free script to create udp server on termius which I can take full control on those who will use the udp file I will share for 30 days,to monitor the connection limit,and to ban ot remove others
1 Reply
I found documentation in our Library for creating a UDP Server with GO, which you can find here:
You may be able to find similar guides for other languages in our Development docs.
I couldn't find anything about using scripts to monitor and block traffic, but you may be able to create one. I'm not sure what the best way to do this would be, but I found a post on StackOverflow about setting up a Cron Job to run TCPdump which can be used with a udp
filter expression to just monitor UDP traffic.
You may be able to use the output of that in a conjunction with a script that updates firewall rules.
I wasn't able to find a prebuilt script that sounds like it does what you're looking for, but hopefully someone else from our Community is more familiar with scripting like this and can help steer you in the right direction.