Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

st0nie/mortis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malicious Online Rejection Traffic Interception System

"I am fearless of being DDoSed."

Prevent DDoS attacks on your Garry's Mod server.

Motivation

The reason for writing this is that gmod-netprotect does not support frp proxy.

Installation

Assuming your gmod server is running on 27070/udp:

  1. Build the Go program: go build -o mortis main.go
  2. Ensure iptables and ipset are installed on your system.
  3. Run the executable: mortis -port=28080 -limit=5/sec -burst=5 -protected-port=27070

Usage

  • clone this repo into gmod addons directory
  • modify url in shared.lua
  • modify sv_loadingurl to http://your.server.url/http://your.origin.loadingurl

Acknowledgements

Special thanks to OverlordAkise for his work on gmod-netprotect, which inspired this project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published