Skip to content

Commit

Permalink
remove dns settings and port 53 reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Sep 15, 2024
1 parent 9cc90df commit 53d70e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
21 changes: 3 additions & 18 deletions docker/rathole/rathole.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,15 @@ remote_addr = "rathole.sawyer.services:2333"

[server.services.dns]
token = "token"
bind_addr = "0.0.0.0:80"
[server.services.dns-udp]
type = "udp"
token = "token"
bind_addr = "0.0.0.0:80"
[client.services.dns]
token = "token"
local_addr = "127.0.0.1:80"
[client.services.dns-udp]
type = "udp"
token = "token"
local_addr = "0.0.0.0:80"

[server.services.dns-quic]
token = "token"
bind_addr = "0.0.0.0:853"
[client.services.dns-quic]
[client.services.dns]
token = "token"
local_addr = "127.0.0.1:853"
[server.services.dns-quic-udp]
[server.services.dns-udp]
type = "udp"
token = "token"
bind_addr = "0.0.0.0:853"
[client.services.dns-quic-udp]
[client.services.dns-udp]
type = "udp"
token = "token"
local_addr = "127.0.0.1:853"
Expand Down
4 changes: 0 additions & 4 deletions gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
vars:
tailscale_hostname: gateway

- name: configure dns
ansible.builtin.include_tasks:
file: tasks/dns.yml

- name: Get rathole token
ansible.builtin.shell:
cat ~/compose-files/secrets.env | grep RATHOLE_TOKEN | sed 's/^.*RATHOLE_TOKEN=//'
Expand Down
4 changes: 0 additions & 4 deletions homeserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
state: "directory"
mode: '0600'

- name: configure dns
ansible.builtin.include_tasks:
file: tasks/dns.yml

- name: Setup containers
community.docker.docker_compose_v2:
project_name: homeserver
Expand Down

0 comments on commit 53d70e4

Please sign in to comment.