summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-01-06 01:28:21 +0100
committertv <tv@nomic.retiolum>2014-01-06 01:28:21 +0100
commit756156abd205902fc4c5d17ed358e529db3753d7 (patch)
tree70df32a69f0291598f37a600c3228abc63d479d8 /go
parent12c7c4889965e75af35baaae82d5a68881672eda (diff)
go: don't talk about iptables now
Diffstat (limited to 'go')
-rw-r--r--go/README.markdown5
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