hallo,
ich habe mir einen socks5 server aufgesetzt, nämlich den dante server.
soweit klappt das, nur zwei probleme habe ich noch, die google mir rgade nicht beantworten kann.
1. ich will den socks mit userass auth arbeiten lassen.
2. ich will logfiles nicht anlegen lassen.
aktuell sieht meine config so aus
vielen dank fuer jede hilfe
ich habe mir einen socks5 server aufgesetzt, nämlich den dante server.
soweit klappt das, nur zwei probleme habe ich noch, die google mir rgade nicht beantworten kann.
1. ich will den socks mit userass auth arbeiten lassen.
2. ich will logfiles nicht anlegen lassen.
aktuell sieht meine config so aus
vielen dank fuer jede hilfe
PHP-Code:
#logoutput: stderr
#logoutput: syslog (so logs komplett aus?)
#the above line will send any logs to /var/log/syslog instead to a terminal
internal: eth0 port = 1080
internal: 127.0.0.1 port = 1080
external: eth0
method: username (jedesmall kommt ein rejected, mit username none geht es)
user.notprivileged: nobody
client pass {
from: 136.201.251.21/0 port 1-65535 to: 0.0.0.0/0
# 136.201.251.21/0 = specific ip address.
}
client pass {
from: 127.0.0.0/8 port 1-65535 to: 0.0.0.0/0
}
client block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
block {
from: 0.0.0.0/0 to: 127.0.0.0/8
log: connect error
}
pass {
from: 136.201.251.21/0 to: 0.0.0.0/0
protocol: tcp udp
}
pass {
from: 127.0.0.0/8 to: 0.0.0.0/0
protocol: tcp udp
}
block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}