Created
June 18, 2009 17:05
-
-
Save bkudria/132016 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version 5 | |
server_torrent_ports="tcp/6881:6999 udp/4444" | |
client_torrent_ports="default" | |
server_torrentdht_ports="udp/6881" | |
client_torrentdht_ports="default" | |
# Accept all client traffic on any interface | |
interface "eth0 wlan0 wlan1" world | |
protection all | |
client all accept | |
server ssh accept with recent ssh 30 2 | |
server torrent accept | |
server torrentdht accept | |
server ident reject with tcp-reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment