mirror of
https://github.com/fosrl/newt.git
synced 2026-04-10 20:06:38 +00:00
Basic http is working
This commit is contained in:
@@ -819,6 +819,7 @@ func (s *WireGuardService) ensureWireguardInterface(wgconfig WgConfig) error {
|
||||
EnableTCPProxy: true,
|
||||
EnableUDPProxy: true,
|
||||
EnableICMPProxy: true,
|
||||
EnableHTTPProxy: true,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user