diff options
author | tv <tv@nomic.retiolum> | 2014-01-06 01:28:21 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-06 01:28:21 +0100 |
commit | 756156abd205902fc4c5d17ed358e529db3753d7 (patch) | |
tree | 70df32a69f0291598f37a600c3228abc63d479d8 /go | |
parent | 12c7c4889965e75af35baaae82d5a68881672eda (diff) |
go: don't talk about iptables now
Diffstat (limited to 'go')
-rw-r--r-- | go/README.markdown | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/go/README.markdown b/go/README.markdown index f25bdf77..e21a132d 100644 --- a/go/README.markdown +++ b/go/README.markdown @@ -48,8 +48,3 @@ and finally start the service with systemctl start go - - if you want to run as an unprivileged user but still want to use - port `80`, then maybe try something like - - iptables -t nat -A PREROUTING -p tcp --dport 1337 -j REDIRECT --to-ports 80 |