dante socks

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • dante socks

    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

    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

    internaleth0 port 1080
    internal
    127.0.0.1 port 1080

    external
    eth0

    method
    username (jedesmall kommt ein rejectedmit username none geht es)

    user.notprivilegednobody

    client pass 
    {
            
    from136.201.251.21/0 port 1-65535 to0.0.0.0/0
            
    # 136.201.251.21/0 = specific ip address.


    client pass {
            
    from127.0.0.0/8 port 1-65535 to0.0.0.0/0
    }

    client block {
            
    from0.0.0.0/0 to0.0.0.0/0
            log
    connect error
    }

    block {
      
    from0.0.0.0/0 to127.0.0.0/8
      log
    connect error
    }

    pass {
      
    from136.201.251.21/0 to0.0.0.0/0
      protocol
    tcp udp
    }

    pass {
      
    from127.0.0.0/8 to0.0.0.0/0
      protocol
    tcp udp
    }

    block {
      
    from0.0.0.0/0 to0.0.0.0/0
      log
    connect error

Lädt...
X