From d1c0d02644c9711956675417b4f21b85ae80ee04 Mon Sep 17 00:00:00 2001 From: Benjamin Erhart <berhart@netzarchitekten.com> Date: Wed, 15 Dec 2021 23:04:20 +0100 Subject: [PATCH] Improved documentation of StartSnowflake. --- IPtProxy.go/IPtProxy.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IPtProxy.go/IPtProxy.go b/IPtProxy.go/IPtProxy.go index 362529b..d80822d 100644 --- a/IPtProxy.go/IPtProxy.go +++ b/IPtProxy.go/IPtProxy.go @@ -179,9 +179,10 @@ func StopObfs4Proxy() { // // @param front Front domain. // -// @param ampCache URL of AMP cache to use as a proxy for signaling +// @param ampCache OPTIONAL. URL of AMP cache to use as a proxy for signaling. +// Only needed when you want to do the rendezvous over AMP instead of a domain fronted server. // -// @param logFile Name of log file. OPTIONAL +// @param logFile Name of log file. OPTIONAL. Defaults to no log. // // @param logToStateDir Resolve the log file relative to Tor's PT state dir. // -- GitLab