summary refs log tree commit diff stats
path: root/svc/init.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 18:49:16 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 18:49:16 -0400
commit45ee3c060433c58a0a89de223655381933e7df11 (patch)
tree7915b74fe7be9bde61ccfd408cc3bbeb170265d8 /svc/init.go
parent6dad1372a4680f2314a057b831f8cb2ef44dcf1b (diff)
downloadgetwtxt-45ee3c060433c58a0a89de223655381933e7df11.tar.gz
added support for TLS and hostname resolution
Diffstat (limited to 'svc/init.go')
-rw-r--r--svc/init.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index 082cef8..fe83145 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -22,7 +22,6 @@ var (
 	flagAssets   *string = pflag.StringP("assets", "a", "", "The location of the getwtxt assets directory.")
 	flagDBPath   *string = pflag.StringP("db", "d", "", "Path to the getwtxt database.")
 	flagDBType   *string = pflag.StringP("dbtype", "t", "", "Type of database being used.")
-	flagProxied  *bool   = pflag.BoolP("proxied", "p", false, "Use if getwtxt is behind a reverse proxy.")
 )
 
 // Holds the global configuration
href='/akkartik/mu/blame/html/console.mu.html?h=main&id=1d079fc574a35f39fd52e3de23a1c8bfa45238ae'>^
a654e4ec ^
4690ce81 ^
a654e4ec ^


dbe12410 ^

a654e4ec ^





dbe12410 ^

a654e4ec ^
dbe12410 ^
f5465e12 ^
dbe12410 ^

4690ce81 ^
dcc060c7 ^
dbe12410 ^
f5465e12 ^
0e4a335e ^
f5465e12 ^



dbe12410 ^
f5465e12 ^
dbe12410 ^



a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52