bkudria (owner)

Revisions

gist: 132016 Download_button fork
public
Public Clone URL: git://gist.github.com/132016.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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